Skip to content

tranzystorekk/paxr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

Releases

No releases published

Languages