No description
  • Rust 99.8%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeremy Soller 5de8f295fd Merge branch 'bump-ver' into 'master'
Update lock, bump version

See merge request redox-os/pkgutils!114
2026-08-24 07:30:15 -06:00
pkg-cli Add cpu-test cli utility 2026-08-20 13:09:34 +07:00
pkg-lib Manual clippy fix 2026-08-22 16:31:02 +07:00
.gitignore Add Cargo.lock 2017-07-26 07:59:39 -06:00
.gitlab-ci.yml Update indicatif and make it apart from library feature 2026-08-21 21:47:38 +07:00
Cargo.lock Update lock, bump version 2026-08-24 08:58:23 +07:00
Cargo.toml Update lock, bump version 2026-08-24 08:58:23 +07:00
fast_run.bash Rewrite 2024-10-18 14:13:35 +00:00
fast_run.fish Rewrite 2024-10-18 14:13:35 +00:00
LICENSE Update copyright and add metadata 2019-05-12 07:56:25 -06:00
README.md Implement update diff, API-only repo key cache 2026-03-07 09:47:50 +07:00

Redox OS pkgutils

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

Travis Build Status MIT licensed

pkg

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
remove Remove 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.

testing

To run tests, run

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