#CLI の記事
6 記事
-
Claude Code
claude update Command | When to Use Automatic vs. Manual Updates
-
Claude Code
How to Use Claude Terminal | CLI Introduction for Mac, Windows & Linux
-
Claude Code
Installing Claude Code on Linux Mint | apt and the Official Installer
A guide to installing Claude Code on Linux Mint, covering three methods: the official native installer, the apt signed repository, and npm. Explains whether Mint 22.x/21.x/LMDE meets the requirements, the Node.js version pitfall, and how to verify your setup with claude doctor — all based on official Anthropic documentation.
-
Claude Code
How to Update Claude on Linux | Differences Between claude update and npm
A breakdown of how to update Claude Code on Linux by installation method. The official installer uses background auto-updates, the npm version requires `npm install -g @anthropic-ai/claude-code@latest`, and apt/dnf/apk versions require manual upgrades. Also covers `claude update` and how to control auto-update behavior.
-
Claude Code
Installing Claude on Arch Linux | Using AUR and the Official Installer
A guide to installing Claude Code on Arch Linux via three methods: the official native installer, npm, and AUR. Since Anthropic does not provide a pacman repository, this article covers the best options for Arch users, including the quickest commands and key considerations.
-
Claude
How to Use Claude on Linux | Complete Guide from .deb to Official CLI
Two ways to use Claude on Linux: the official CLI and an unofficial GUI. The official CLI via npm works on all distros with a Pro or higher plan, and the unofficial claude-desktop-debian supports .deb/.rpm/AUR/Nix. Includes the April 2026 APT URL migration.