Skip to content

Repository files navigation

Redox OS pkgutils

This repository contains utilities for package management on Redox. Currently, only pkg is included.

Travis Build StatusMIT licensed

pkg

The command pkg is the primary package management utility for Redox OS. In its current state, pkg supports the following commands:

CommandFunctionality
installInstall packages
removeRemove packages
updateUpdate packages (all if empty)
searchSearch for a package
infoPackage info
listList of installed packages

For more detailed information on how to invoke these subcommands, please run pkg help <SUBCOMMAND> in your terminal.

testing

To run tests, run

cargo test -p redox-pkg --features indicatif -- --nocapture --test-threads=1

Used by

Contributors

Languages