Ubuntu Uninstall clean software (including configuration files)

Source: Internet
Author: User

Var/cache/apt/archives occupying huge space

I am in the process of cleaning up my system. and I see a lot of space occupied by this folder /var/cache/apt/archives (1.5GB). Is it absolutely necessary to keep all these archives?

You don ' t need to keep them around if you don't want them. Executing a

sudo apt-get clean

would clean the directory.

--------------------------------------------------------------------------------------------------------------- --------------

Deleting nginx,–purge including configuration files
sudo apt-get --purge remove nginx
    • 1
Automatic removal of all unused packages
sudo apt-get autoremove
List the software associated with Nginx and remove the displayed software
--get-selections|grep nginxsudo apt-get --purge remove nginxsudo apt-get --purge remove nginx-commonsudo apt-get --purge remove nginx-core
Execute again
dpkg --get-selections|grep nginxwhich nginx # 不在显示nginx

So you can completely uninstall the Nginx including the configuration file
Note: First, you need to stop Nginx service

sudo service nginx stop

Ubuntu Uninstall clean software (including configuration files)

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.