QueHow

A How-To and wiki Blog

  • Operating System
    • Windows
      • Windows 10
      • Windows 7
    • Linux
  • Software
    • Application Software
    • Microsoft Office
      • Outlook
      • Word
      • PowerPoint
  • Internet
    • Browsers
      • Mozilla Firefox
      • Google Chrome
    • CMS
    • Tips & Tricks
  • Website
    • ecommerce
    • Google
    • Social Networking
    • General Websites
  • Mobile
  • Email
    • Gmail
  • Wiki

How to uninstall a program using terminal in Ubuntu 14.04

By Neha T Leave a Comment

Do you want to uninstall any program from your Linux system?. Great, As you know that you can easily install and uninstall any software from Ubuntu Software Center, but what about uninstalling other programs and packages which you’ve installed from the terminal. Don’t worry friends, you can easily remove such type program and packages from your system by using some simple codes. If you are a typical terminal user, then you’ll be going to love this procedure.

Here, we are discussing different methods to remove any software completely as well as partially. Just have a glance at this article to find out how to uninstall a program using a terminal in Ubuntu 14.04

Steps to uninstall a program using terminal:

Step 1: First open your terminal by using Ctrl+Alt+T key combination and then type: “dpkg –list” (Note: There are two dashes (-) before list in this code).
Basically, a dpkg command is used to display all the installed package in your computer system.

 

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 2: After executing this code, you’ll see a list of applications/ packages installed in your system. Here we are highlighting the one which we want to uninstall.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 3: Now, for deleting any application type: “sudo apt-get –purge remove gimp” and hit enter. (Note: There are two dashes (-) before purge in this code). Basically purge command is used to uninstall any program with all its configuration files.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 4: Press ‘Y’ when prompted “Do you want to continue[Y/N]”.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 5: If you don’t want to remove the configuration files then, you can use: “sudo apt-get remove gimp”.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 6: Now, if you want to remove unused packages then, type “sudo apt-get autoremove”. This autoremove function cleans all the unused programs from form system.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 7: Again press ‘Y’ when prompted “Do you want to continue” and then hit enter.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 8: You can also combine two commands to uninstall the program as well as remove the dependent unused packages. For that just type: “sudo apt-get purge –auto-remove gimp” and press enter.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

Step 9: If you want to clean the cache or downloaded archives then you can type: “sudo apt-get clean” and hit enter.

how-to-uninstall-a-program-using-terminal-in-ubuntu-14-04

 

That’s all friends. Keep reading.

You Might Also Like:

How to Remove Guest Account in Ubuntu 14.04 How to forcefully close a program in Ubuntu 14.04 (2 Methods) how-to-install-mysql-in-ubuntu-using-terminalHow to Install MySQL in Ubuntu using Terminal How to Display your Password while using Terminal in Ubuntu 14.04 How to open a folder using terminal in Ubuntu 14.04 How to create a zip file using terminal in Ubuntu 14.04 How to use terminal as a browser in Ubuntu 14.04 How to shutdown and restart your system using terminal in Ubuntu 14.04

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Most Viewed

  • How to Install and Use TELNET in Ubuntu
  • How to install Hindi fonts in MS Word
  • How to Change a File Extension in Windows 10?
  • How to create a flipkart account in 3 simple steps
  • How to Change Monitor Refresh Rate in Windows 10?
  • How to install IIS on Windows 10
  • How to Insert Clickable Checkbox in MS Word 2016?
  • How to Set Auto Reply in Outlook 2016?
  • How to Login as Administrator in Windows 10?
  • How to Check RAM Size and System Type in Windows 10?

Recent Additions

  • How to Add Hyperlink to Another Sheet in Excel?
  • How to Add and Remove Watermark in Excel
  • How to use Relative and Absolute Cell Reference in Excel?
  • How to Enable and Disable Scroll Lock in Excel?
  • How to Use INDEX and MATCH Functions in Excel?
  • How to Make Bar Graph in Excel?
  • How to Count Duplicate Values in Excel?
  • How to Wrap Text in Excel?
  • How to Round off Numbers in Excel?
  • How to Create a Bell Curve in Excel?

Related Searches

  • How to Insert a YouTube Video in MS PowerPoint 2016?
  • How to create a zip file using terminal in Ubuntu 14.04
  • How to Display your Password while using Terminal in Ubuntu 14.04
  • How to change and configure theme in gmail
  • How to convert a PDF file to a GIF image

Copyright © 2023 · QueHow · Contact Us