Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 586 Bytes

Paxr

About

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

Installation

Manual

Ensure you have Rust installed. Clone this project and run within the repo root:

cargo install --path .