pacman
Verified for current stable LTS
Pacman Command: Install New Package
Use for install new package with Pacman. Exact CLI syntax to install new package using Pacman.
When to use this: Use for install new package with Pacman.
Command Syntax
sudo pacman -S <package> sudo pacman -S <package> Live Command Builder
Final Command
sudo pacman -S <package> Command Breakdown
-S- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to install new package using Pacman.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pacman Command: Empty Pacman Cache
sudo pacman -Scc Pacman Command: List Explicitly Installed Packages pacman -Qe Pacman Command: List Orphan Packages pacman -Qtdq Pacman Command: Remove Package And Dependencies sudo pacman -Rs <package> Pacman Command: Search Database For Specific File pacman -F "<file_name>"