This repository contains utilities for package management on Redox. Currently, only pkg
is included.
The command pkg
is the primary package management utility for Redox OS. In its current state, pkg
supports the following commands:
Command | Functionality |
---|---|
install |
Install packages |
uninstall |
Uninstall packages |
update |
Update packages (all if empty) |
search |
Search for a package |
info |
Package info |
list |
List of installed packages |
For more detailed information on how to invoke these subcommands, please run pkg help <SUBCOMMAND>
in your terminal.