
deb-get
List of commands for deb-get:
-
deb-get:tldr:1b231 deb-get: Show information about a package.$ sudo deb-get show ${package}try on your machineexplain this command
-
deb-get:tldr:244c3 deb-get: Install a package, or update it to the latest available version.$ sudo deb-get install ${package}try on your machineexplain this command
-
deb-get:tldr:40c09 deb-get: List all available packages.$ deb-get listtry on your machineexplain this command
-
deb-get:tldr:4ffb6 deb-get: Remove a package (using `purge` instead also removes its configuration files).$ sudo deb-get remove ${package}try on your machineexplain this command
-
deb-get:tldr:68f9f deb-get: Search for a given package.$ sudo deb-get search ${package}try on your machineexplain this command
-
deb-get:tldr:b22d7 deb-get: Update the list of available packages and versions.$ sudo deb-get updatetry on your machineexplain this command
-
deb-get:tldr:ea27e deb-get: Upgrade all installed packages to their newest available versions.$ sudo deb-get upgradetry on your machineexplain this command