Ubuntu Apt Uninstall

[Solved] Ubuntu Apt Uninstall | Shell - Code Explorer | yomemimo.com
Question : ubuntu apt uninstall

Answered by : xenophobic-xenomorph-iy14h81a8kcs

sudo apt-get remove <application_name>

Source : https://askubuntu.com/questions/1143/how-can-i-uninstall-software | Last Update : Mon, 27 Jul 20

Question : sudo apt uninstall

Answered by : concerned-chipmunk

sudo apt-get remove pkg

Source : https://askubuntu.com/a/187891 | Last Update : Sun, 08 Nov 20

Question : how to uninstall in ubuntu

Answered by : lala-talishinskaya

sudo apt-get remove package-name // to remove the package itself
sudo apt-get purge package-name // to remove the dependencies installed with the package automatically

Source : | Last Update : Mon, 27 Jun 22

Answers related to ubuntu apt uninstall

Code Explorer Popular Question For Shell