LinuxCommandLibrary

slapt-get

slapt-get

TLDR

Update the list of available packages and versions

$ slapt-get --update
copy


Install a package, or update it to the latest available version
$ slapt-get --install [package]
copy


Remove a package
$ slapt-get --remove [package]
copy


Upgrade all installed packages to their latest available versions
$ slapt-get --upgrade
copy


Locate packages by the package name, disk set, or version
$ slapt-get --search [query]
copy


Show information about a package
$ slapt-get --show [package]
copy

Copied to clipboard