Linux command
aurutils 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Build
aur build [package]
Sync
aur sync [package]
Search
aur search [query]
Check
aur vercmp
Fetch
aur fetch [package]
说明
aurutils is a collection of utilities for managing local Arch User Repository (AUR) packages. It helps build, maintain, and deploy AUR packages in a local repository. The suite integrates with pacman, allowing AUR packages to be managed like official packages.
参数
- build
- Build packages from AUR
- sync
- Synchronize packages to local repository
- fetch
- Download PKGBUILDs
- search
- Search AUR
- vercmp
- Check installed packages against AUR
- repo
- Manage local repository
- deps
- Resolve dependencies
- graph
- Generate dependency graph
FAQ
What is the aurutils command used for?
aurutils is a collection of utilities for managing local Arch User Repository (AUR) packages. It helps build, maintain, and deploy AUR packages in a local repository. The suite integrates with pacman, allowing AUR packages to be managed like official packages.
How do I run a basic aurutils example?
Run `aur build [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does build do in aurutils?
Build packages from AUR