redox_pkgutils

Crates.ioredox_pkgutils
lib.rsredox_pkgutils
version0.1.8
sourcesrc
created_at2019-05-12 13:57:02.2732
updated_at2024-01-10 15:01:36.012209
descriptionRedox Packaging Utilities
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/pkgutils
max_upload_size
id133732
size59,451
Jeremy Soller (jackpot51)

documentation

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

Commit count: 0

cargo fmt