pacx

Crates.iopacx
lib.rspacx
version0.5.5
created_at2024-12-06 13:54:11.986554+00
updated_at2025-02-05 02:45:21.701909+00
descriptionWrapper for package managers, allowing you to define and configure your package managers in Lua
homepage
repositoryhttps://github.com/akimon658/pacx
max_upload_size
id1474266
size45,857
Takumi Akimoto (akimon658)

documentation

README

Pacx

Pacx is a wrapper for package managers. It allows you to configure your package managers in Lua and use them in a unified way.

Installation

Cargo

cargo install pacx

GitHub Releases

You can download the binary from the releases page.

Usage

First, you need to create configuration files for your package managers. Please refer to the wiki for more information.

Then, you can use the pacx command like this:

pacx install <package manager>:<package name>
pacx list <package manager>
Commit count: 132

cargo fmt