1004 B
1004 B
aurman
用来构建和安装 AUR 包的 Arch Linux 实用工具。 另请参阅:
pacman。 更多信息:https://github.com/polygamma/aurman#syntax。
- 同步并更新所有包:
aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}}
- 同步并更新所有包但不显示
PKGBUILD文件的变动:
aurman {{[-S|--sync]}} {{[-y|--refresh]}} {{[-u|--sysupgrade]}} --noedit
- 安装一个新包:
aurman {{[-S|--sync]}} {{包名}}
- 安装一个新包但不显示
PKGBUILD文件的变动:
aurman {{[-S|--sync]}} --noedit {{包名}}
- 无确认提示安装一个新包:
aurman {{[-S|--sync]}} --noedit --noconfirm {{包名}}
- 在官方仓库和 AUR 的包数据库中查找关键字:
aurman {{[-S|--sync]}} {{[-s|--search]}} {{关键字}}
- 移除一个包及其依赖:
aurman --remove --recursive --nosave {{包名}}
- 清除包缓存(用两次
--clean参数清除所有包缓存):
aurman {{[-S|--sync]}} {{[-c|--clean]}}