Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tranzystorekk/paxr
- Owner: tranzystorekk
- License: mit
- Created: 2022-02-26T13:15:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T17:08:36.000Z (5 months ago)
- Last Synced: 2024-06-13T23:22:40.088Z (5 months ago)
- Topics: cli, hacktoberfest, package-management, rust, voidlinux
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```