dpkg - Searching installed packages

To search a package (let's call it 'abcd') installed in a linux sytem, run the following command:

sudo dpkg -l | grep 'abcd'


It is very useful for me to find a package name to remove.

Comments