Crates.io | ah-pkg |
lib.rs | ah-pkg |
version | 0.3.1 |
source | src |
created_at | 2024-08-15 11:19:24.073791 |
updated_at | 2024-08-15 11:19:24.073791 |
description | A declarative package manager for Arch Linux |
homepage | https://github.com/eRgo35/ah |
repository | https://github.com/eRgo35/ah |
max_upload_size | |
id | 1338588 |
size | 39,850 |
A declarative package manager for Arch Linux
Arch Helper is a declarative package management tool for Arch Linux. It leverages paru or other package managers for seamless integration.
It is currently in early development phase so watch out for bugs!
Install Rust :crab:
$ sudo pacman -S rustup
Initialize default stable
$ rustup default stable
Clone this repo
$ git clone https://github.com/eRgo35/ah
Change directory
$ cd ah
$ cargo aur
$ cd target/cargo-aur
Install package
$ 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