Linux uses Apt-get to install software and uninstall software

Source: Internet
Author: User
Tags new set administrator password

1. Install the SOFTWARE:

sudo apt-get install ABC and sudo aptitude install ABC

Of course, the above ABC is only fictitious software. Sudo indicates that you are authorizing administrator (Superuser) permissions to the following command. This requires you to enter the administrator password. This is the same as when you open a new set of passwords, but now it's under the terminal. If you enter sudo directly Aptitude, you will see a newly-made package manager similar to the command-line version.

You can also use the command line search as you would search for software in a new building. The command is as follows:

Apt-cache Search ABC or aptitude search ABC

2. Uninstalling the Software

To remove a package command:

sudo apt-get remove ABC and sudo aptitude remove ABC

Delete the configuration file at the same time:

sudo apt-get remove–purge ABC and   sudo aptitude purge abc

Related Article

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.