Examples (8)
Synchronize list of packages and versions available. This should be run first, before running subsequent `aptitude` commands
Search for a package
aptitude search packageSearch for an installed package (`?installed` is an `aptitude` search term)
aptitude search '?installed(package)'Upgrade installed packages (like `aptitude upgrade`) including removing obsolete packages and installing additional packages to meet new package dependencies
made by @shridhargupta | data from tldr-pages