
aptitude
List of commands for aptitude:
-
aptitude:tldr:213ee aptitude: Install a new package and its dependencies.$ aptitude install ${package}try on your machineexplain this command
-
aptitude:tldr:23438 aptitude: Search for a package.$ aptitude search ${package}try on your machineexplain this command
-
aptitude:tldr:2b713 aptitude: Put an installed package on hold to prevent it from being automatically upgraded.$ aptitude hold '?installed(${package})'try on your machineexplain this command
-
aptitude:tldr:7c95e aptitude: Remove a package and all packages depending on it.$ aptitude remove ${package}try on your machineexplain this command
-
aptitude:tldr:9ea23 aptitude: Search for an installed package (`?installed` is an aptitude search term).$ aptitude search '?installed(${package})'try on your machineexplain this command
-
aptitude:tldr:ce170 aptitude: Synchronize list of packages and versions available. This should be run first, before running subsequent aptitude commands.$ aptitude updatetry on your machineexplain this command
-
aptitude:tldr:e2900 aptitude: Upgrade installed packages to the newest available versions.$ aptitude upgradetry on your machineexplain this command