deb-get
linux
`apt-get` functionality for `.deb` packages published in third party repositories or via direct download. Works with Linux distributions which use `apt-get`.
More info →Examples (7)
Update the list of available packages and versions
deb-get updateSearch for a given package
deb-get search packageShow information about a package
deb-get show packageRemove a package (using `purge` instead also removes its configuration files)
deb-get remove packageUpgrade all installed packages to their newest available versions
deb-get upgradeList all available packages
deb-get listmade by @shridhargupta | data from tldr-pages