Codex gemini install cli

From UVOO Tech Wiki
Revision as of 02:06, 23 April 2026 by Busk (talk | contribs) (Created page with "# Debian/Ubuntu ``` sudo apt-get remove -y nodejs npm curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs sudo npm install -g np...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Debian/Ubuntu

sudo apt-get remove -y nodejs npm
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g npm@latest
npm install -g @openai/codex
npm install -g @google/gemini-cli
codex --version
gemini --version