# Purge / Remove software in Debian/Ubuntu
Uninstall apps/software in Debian, replace with the name of the software you want to remove
sudo apt purge `dpkg -l | cut -d ' ' -f3 | grep <PACKAGE>` && apt autoremove
This command will remove everything related with that software
----------
----------
© DarknessCode - LinuxSucks