How to Unistall Software (or) Programs in Ubuntu Using the Terminal
If you want to uninstall the installed programs using Terminal follow these steps
- Open the terminal using ctrl + alt + t
- Browse your installed programs by entering the command dpkg --list and note down the name of package you desired to uninstall(or)
dpkg --list to check if the package has the same as the program name
Eg:
b)To uninstall the program along with its configuration files use the command sudo apt-get --purge remove
Eg: sudo apt-get --purge remove yelp
Comments
Post a Comment
Please share your opinions and suggestion and do not enter any spam links in the comment box