1 个不稳定版本
新 0.3.1 | 2024年8月15日 |
---|
#245 在 Unix API
18KB
432 代码行
ah
为Arch Linux的声明式包管理器
什么是ah?
Arch Helper是Arch Linux的声明式包管理工具。它利用paru或其他包管理器实现无缝集成。
目前处于早期开发阶段,请留意错误!
安装
安装Rust 🦀
$ sudo pacman -S rustup
初始化默认稳定版本
$ rustup default stable
克隆此仓库
$ git clone https://github.com/eRgo35/ah
更改目录
$ cd ah
$ cargo aur
$ cd target/cargo-aur
安装包
$ makepkg -si
用法
$ ah --help
Arch Helper is a declarative package management tool for Arch Linux. It leverages paru or other package managers for seamless integration.
Usage: ah [COMMAND]
Commands:
install Install packages
upgrade Upgrade packages
sync Synchronize packages
remove Remove packages
find Find packages
help Print this message or the help of the given subcommand(s)
Options:
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
依赖项
~1–11MB
~74K SLoC