#!/linuxSucks/Purge Remove software in Debian
Oct 11, 2021Uninstall 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