Paxr is a Rust wrapper for the XBPS package mangager, similar to Paker.
It compresses the most common package maintenance operations into intuitive commands, e.g.:
- Install packages:
paxr install my-pkg
- Uninstall packages (recursive):
paxr uninstall my-pkg
- Upgrade all installed packages:
paxr upgrade
Ensure you have Rust installed. Clone this project and run within the repo root:
cargo install --path .