Answers for "how to uninstall command in ubuntu"

12

ubuntu apt uninstall

sudo apt-get remove <application_name>
Posted by: Guest on July-20-2020
0

how to uninstall program on ubuntu

##all the packages installed on your system
https://vitux.com/how-to-uninstall-programs-from-your-ubuntu-system/
dpkg --list
sudo apt-get remove package-name
or
sudo apt-get purge package-name
or
sudo apt-get autoremove
Posted by: Guest on November-22-2021

Code answers related to "how to uninstall command in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language