How to Unistall Software (or) Programs in Ubuntu Using the Terminal


If you want to uninstall the installed programs using Terminal follow these steps

  1. Open the terminal using ctrl + alt + t
  2. 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

       3. a) Uninstall the package (or) program only use the command sudo apt-get remove  
           Eg:
sudo apt-get remove yelp
             
           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

Swethagauri said…
I simply wanted to write down a quick word to say thanks to you for those wonderful tips and hints you are showing on this site.accounting companies in uae

Popular posts from this blog

Google India Introduces the people card on Google Search for Mobile Devices with ' Add me to search'.

How to Install Node js on Ubuntu