slackpkg
TLDR
Update the package list from mirrors
SYNOPSIS
slackpkg [OPTIONS] action [PACKAGE|PATTERN|FILE]
DESCRIPTION
slackpkg is an automated tool for managing Slackware packages over the network. It downloads, installs, upgrades, and removes packages from official Slackware mirrors.
Before use, configure a mirror in /etc/slackpkg/mirrors by uncommenting one entry. Run slackpkg update to download the package list. The blacklist feature in /etc/slackpkg/blacklist prevents specific packages from being modified.
slackpkg provides both menu-based and command-line interfaces. Set DIALOG=off in /etc/slackpkg/slackpkg.conf for console-only operation.
PARAMETERS
update
Download and update the package list from mirrorsupdate gpg
Update GPG key for package verificationinstall package
Install specified package(s)upgrade package
Upgrade specified package(s)upgrade-all
Upgrade all installed packages to newest versionsremove package
Remove specified package(s)reinstall package
Reinstall specified package(s)search pattern
Search for packages matching patternfile-search file
Search for packages containing specified fileinfo package
Display information about a packageinstall-new
Install new packages added to Slackware since installationclean-system
Remove packages not in official Slackware distributionblacklist package
Add package to blacklistnew-config
Find and merge new configuration files
CAVEATS
Only one mirror can be active at a time. slackpkg manages only official Slackware packages; use slackpkg+ for third-party repositories. The clean-system command removes all unofficial packages, so use with caution.
HISTORY
slackpkg was created to provide network-based package management for Slackware Linux, which traditionally relied on manual package management using installpkg, upgradepkg, and removepkg.
SEE ALSO
sbopkg(8), installpkg(8), upgradepkg(8), removepkg(8)


