| command | description |
|---|---|
| sudo apt-get purge --auto-remove packagename | remove specified package |
| sudo dpkg --get-selections | list of all installed packages |
| sudo dpkg --get-selections | grep packagename | find all packages which contains specified string in its name |
|command |description |