Industrial
Linguistics
Slide 7 of 13

Claude Code Prerequisites (Linux)

Slide 7 / 13

Course concept

Install Claude Code

Claude Code now has a native installer:

Installs claude and sets up automatic updates.

Package-manager installs are also supported.

Verify: claude --version

Prerequisites claude code install screenshot

Narration

Listen or continue with the transcript

Transcript

Now we can install Claude Code itself. It has a native installer that makes this easy.

Run the curl command shown on the slide. Again, this looks complicated but you don't need to understand it - just copy and paste it from the slide. It downloads and runs the official installer, which sets up the claude command and configures automatic updates.

Verify the installation by running claude --version. You should see a version number.

Commands

Install Claude Code
curl -fsSL https://claude.ai/install.sh | bash
Verify installation
claude --version