Answers for "uninstall applications linux"

1

completely remove app from linux

dpkg --list
#get softwere list
sudo apt-get --purge remove APP_NAME
sudo apt-get autoremove
sudo apt-get clean
Posted by: Guest on July-15-2021
0

command for removing installed applications in linux

sudo apt autoremove applicaion-name
Posted by: Guest on May-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language