Crates.io | redox_pkgutils |
lib.rs | redox_pkgutils |
version | 0.1.9 |
source | src |
created_at | 2019-05-12 13:57:02.2732 |
updated_at | 2024-10-16 19:02:56.114747 |
description | Redox Packaging Utilities |
homepage | |
repository | https://gitlab.redox-os.org/redox-os/pkgutils |
max_upload_size | |
id | 133732 |
size | 77,024 |
This repository contains utilities for package management on Redox. Currently, only pkg
is included.
pkg
The command pkg
is the primary package management utility for Redox OS. In its current state, pkg
supports the following commands:
Command | Functionality |
---|---|
clean |
Clean an extracted package |
create |
Create a package |
extract |
Extract a package |
fetch |
Download a package |
install |
Install a package |
list |
List package contents |
sign |
Get a file signature |
upgrade |
Upgrade all installed packages |
For more detailed information on how to invoke these subcommands, please run pkg help <SUBCOMMAND>
in your terminal.