Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tranzystorekk/paxr

Opinionated wrapper for the XBPS package manager
https://github.com/tranzystorekk/paxr

cli hacktoberfest package-management rust voidlinux

Last synced: 21 days ago
JSON representation

Opinionated wrapper for the XBPS package manager

Awesome Lists containing this project

README

        

# Paxr

## About

Paxr is a Rust wrapper for the [XBPS](https://github.com/void-linux/xbps) package mangager,
similar to [Paker](https://github.com/tranzystorek-io/pakr).

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](https://rustup.rs/). Clone this project and run within the repo root:

```console
cargo install --path .
```