Ubuntu various ways to uninstall software

Source: Internet
Author: User

Packages downloaded through the Apt-get command can be placed in the
/var/cache/apt/archives directory

to download the file location in the
/etc/apt/source.list file

by Apt-get AutoClean command to delete packages stored in this location


Common

sudo apt-get remove software name

sudo apt-get autoremove software name

browse for installed programs. to view the list of installed packages, enter the following command. Note the name of the package that you want to uninstall.

Dpkg--list

Uninstall the program and all configuration files. in the terminal, enter the following command to replace <programname> with the one you want to completely remove:

sudo apt-get--purge remove <programname>

Uninstall the program only. If you remove the program but leave the configuration file, enter the following command:

sudo apt-get remove <programname>

Another method:

1. Remove the software

Method One, if you know that you want to remove the specific name of the software, you can use

sudo apt-get remove--purge software name
sudo apt-get autoremove--purge software name

Method Two, if you do not know to remove the specific name of the software, you can use

Dpkg--get-selections | grep ' Software related name '

sudo apt-get purge a package with a core, which is the case if there is no package with the core.

2. Clean up residual data

Dpkg-l |grep ^rc|awk ' {print $} ' |sudo Xargs dpkg-p

One said it was this: dpkg-l | grep ' ^RC ' | awk ' {print $} ' | sudo xargs dpkg--purge 2>/dev/null

One says sudo apt-get purge software name, this, specifically handles the configuration file.


Refer to multiple Web pages

My question: The software in the terminal deleted, in the software center still has the display, total feeling deleted not thorough, uncomfortable. Not resolved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.