sudo dnf install jq bc gzip python3 gitFor the GitHub CLI (gh):
sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install ghAlready present on most Fedora/RHEL installs: bash, coreutils (provides timeout, tr, sort, wc, etc.), grep, awk, sed, gzip, find
Install Claude Code:
npm install -g @anthropic-ai/claude-codeSee the Claude Code docs for authentication setup.