Method of loading and unloading software for Linux/ubuntu

Source: Internet
Author: User
Tags file copy

Tidied up the method of uninstalling the software inside the Linux/ubuntu.

1, in the terminal apt-get installed software:
Install the software sudo apt-get install softname1 softname2softname3 ...
Uninstall software sudo apt-get remove softname1 softname2 softname3 ...
Uninstall and clear the configuration sudo apt-get remove--purgesoftname1
Update the Software information database sudo apt-get update
System upgrade sudo apt-get upgrade, sudo apt-get distupgrade
Search Package sudo apt-cache search softname1 softname2 softname3 ...

2. Install the Deb package to use this method:
Installing the Deb package Dpkg-i Xxx.deb
Remove Package Dpkg-r Xxx.deb
Remove Dpkg-r--purge xxx.deb along with the configuration file
View package Information Dpkg-info Xxx.deb
View file copy details Dpkg-l xxx.deb
To view the installed package information on the system dpkg-l
Reconfigure the package dpkg-reconfigure XXX

4. In "Synaptic Pakagemanager":
Click Search, enter the software name
Right-click-point marker-last point app on software that needs to be installed or uninstalled

5, can now also in software center inside, directly uninstall.

6, uninstall the source code compiled by the software:
CD Source code Directory
Make clean
./configure
(make)
Make Uninstall
RM-RF Directory

Cleaning System:
sudo apt-get AutoClean
sudo apt-get clean
sudo apt-get autoremove
(or use ubuntu-tweak cleanup)

This article refers to the address:http://blog.sciencenet.cn/home.php?mod=space&uid=443817&do=blog&id=325707

Method of loading and unloading software for Linux/ubuntu

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.