| name | aur-pacman |
| description | Manage packages with pacman on Arch Linux. Covers install, remove, query, search, and cache management. Use when installing, removing, querying, or troubleshooting packages on an Arch system. |
| license | MIT |
Skill: aur-pacman
Purpose
Manage Arch Linux packages with pacman — the package manager.
Basic Operations
pacman -Syu
pacman -S pkgname
pacman -R pkgname
pacman -Rs pkgname
pacman -U /path/to/pkg.tar.zst
Search & Query
pacman -Ss keyword
pacman -Qs keyword
pacman -Si pkgname
pacman -Qi pkgname
pacman -Ql pkgname
pacman -Qo /path/file
pacman -Fl pattern
pacman -Qdt
pacman -Qmq
Cache Management
paccache -r
pacman -Sc
pacman -Scc
Useful Flags
--noconfirm — skip prompts
--needed — don't reinstall up-to-date packages
--overwrite glob — overwrite conflicting files
--print — print what would be done (dry run)
Database
pacman -Syy
pacman-key --init
pacman-key --populate
Related
aur-helpers — yay, paru wrappers