Linux command
aurman 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Synchronize and update
aurman -Syu
Example
aurman -Syu --noedit
Install
aurman -S [package]
Example
aurman -S --noedit --noconfirm [package]
Search
aurman -Ss [keyword]
Remove
aurman --remove --recursive --nosave [package]
Clear
aurman -Sc
说明
aurman is an AUR helper for Arch Linux that provides a pacman-like interface for installing packages from both official repositories and the Arch User Repository. It handles dependency resolution, PKGBUILD review, and package building. The command follows pacman's option syntax, making it familiar to Arch Linux users. It combines repository and AUR package management into a single workflow.
参数
- -S, --sync
- Synchronize packages
- -y, --refresh
- Download fresh package databases
- -u, --sysupgrade
- Upgrade installed packages
- -s, --search
- Search for packages matching a pattern
- -c, --clean
- Remove old packages from cache
- --noedit
- Do not show PKGBUILD changes before building
- --noconfirm
- Do not ask for confirmation
- --remove
- Remove a package
- --recursive
- Remove dependencies not required by other packages
FAQ
What is the aurman command used for?
aurman is an AUR helper for Arch Linux that provides a pacman-like interface for installing packages from both official repositories and the Arch User Repository. It handles dependency resolution, PKGBUILD review, and package building. The command follows pacman's option syntax, making it familiar to Arch Linux users. It combines repository and AUR package management into a single workflow.
How do I run a basic aurman example?
Run `aurman -Syu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -S, --sync do in aurman?
Synchronize packages