prt-get
Package manager for CRUX Linux
TLDR
Install a package
SYNOPSIS
prt-get [install|depinst|upgrade|remove|search|sysup] [options] [package]
DESCRIPTION
prt-get is the high-level package manager for CRUX Linux. It provides dependency resolution on top of the basic pkgutils, making package management more convenient while maintaining CRUX's simplicity.
The tool reads package information from the ports tree and can automatically build and install packages with their dependencies.
PARAMETERS
-fr
Force rebuild even if up-to-date-if
Ignore footprint mismatches-im
Ignore MD5 mismatches
COMMANDS
install
Install package without dependency handlingdepinst
Install package with dependenciesupgrade
Upgrade installed packageremove
Remove installed packagesysup
Upgrade all installed packagessearch
Search for packages by namefsearch
Search for files in packagesinfo
Display package informationdiff
Show packages with available updates
CAVEATS
CRUX-specific tool. Requires ports tree to be synchronized. Builds packages from source. No pre-built binary packages.
HISTORY
prt-get was created for CRUX Linux to add dependency handling to the basic pkgutils. It remains the primary way to manage packages on CRUX systems.
