SkillAgentSearch skills...

Pkgutils

Mirror of https://gitlab.redox-os.org/redox-os/pkgutils

Install / Use

/learn @redox-os/Pkgutils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars35
CategoryDevelopment
Updated12d ago
Forks10

Languages

Rust

Security Score

90/100

Audited on Mar 28, 2026

No findings