Skip to content

howto - debian / ubuntu / linux mint - list all installed packages

dpkg --get-selections
With the upper command on your peferred shell you get a list of all installed packages. By using | less or | grep mypackage it is very handy to filter for criterias. Want to know more? Follow the links below. aboutdebian.com/packages apt-get introduction