LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pkgadd

Install packages on CRUX Linux

TLDR

Install a local package
$ pkgadd [package]
copy
Update an existing package
$ pkgadd -u [package]
copy

SYNOPSIS

pkgadd [-u] [-f] [-r root] package

DESCRIPTION

pkgadd installs software packages on CRUX Linux systems. Packages are tar archives with a specific structure containing binaries, libraries, and metadata.The tool extracts package contents to the filesystem and registers the package in the system database. It handles file conflicts and can upgrade existing installations.

PARAMETERS

-u

Upgrade mode, update existing package
-f
Force installation, overwrite existing files
-r _root_
Use alternate root directory

CAVEATS

CRUX-specific package manager. Packages must be built locally or downloaded. No automatic dependency resolution. Manual dependency management required.

HISTORY

pkgadd is part of pkgutils, the native package management system for CRUX Linux. CRUX emphasizes simplicity with packages being simple tar archives and minimal tooling.

SEE ALSO

pkgrm(8), pkginfo(1), pkgmk(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid