A small convenience wrapper for XBPS.
Download the latest Linux release from the GitHub Releases page.
curl -L -o vx.tar.gz \
https://github.com/clarajk/vx/releases/latest/download/vx-x86_64-unknown-linux-musl.tar.gz
tar -xzf vx.tar.gz
chmod +x vx
sudo install -Dm755 vx /usr/local/bin/vxcargo install --git https://github.com/clarajk/vx.git
Usage: vx <COMMAND>
Commands:
sync Sync the XBPS repositories
add Install packages
update Perform a sync and full system update
remove Remove package(s)
clean Cleans orphaned packages and outdated packages in the cache
find Find a package using a query string
pin Marks package(s) as manually installed so the clean command doesn't try to remove it
unpin Unpin manually pinned package(s)
list List packages
repo Manage repositories
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version