how to remove all linux apps from terminal code example
Example 1: command to remove a program linux
sudo apt-get remove [pkg]
Example 2: apt-get uninstall
sudo apt-get --purge autoremove pkg
sudo apt-get remove [pkg]
sudo apt-get --purge autoremove pkg