« The System for Evaluating and Monitoring Social Development Programs and Policies: the case of the Ministry of Social Development and the Fight against Hunger in Brazil // Sum two arrays by index using php »
Which packages are installed?
Posted on June 16th, 2008 by Fred
To find out which packages you have installed in your Debian based distribution (like Ubuntu), you can use for example:
sudo dpkg –list | grep package_name
ex: sudo dpkg –list | grep postfix
or
sudo aptitude search package_name
ex: aptitude search postfix
About:
dpkg –l, –list package-name-pattern…
List packages matching given pattern.
aptitude search package-name-pattern
Searches for packages matching one of the patterns supplied on command line. All packages which match any of the given pattern will be displayed.
Discussion Area - Leave a Comment