Ubuntu Tutorials ubuntu 18.04

How To Install Ubuntu Cleaner In Ubuntu To Free Up Some Space

install ubuntu cleaner
Written by itsubuntu

Last Updated on April 27, 2018 by itsubuntu

Insight: How To Install Ubuntu Cleaner In Ubuntu To Clean Up Free Up Some Space

In this Ubuntu tutorial post, we are going to write about steps to clean up your Ubuntu. To clean up the Ubuntu and free up some space, we will use Ubuntu Cleaner tool.

Ubuntu Cleaner is an open-source utility tool which is used to clean up your Ubuntu system.

It can be used to clean up Apps Cache, Apt-Cache, System Cache, Personal cache, Thumbnail Cache, Old Kernel along with unnecessary packages.

How to Install Ubuntu Cleaner in Ubuntu 18.04 LTS

You can easily install Ubuntu Cleaner by adding official  ppa and installing it.

$ sudo apt install software-properties-common
$ sudo add-apt-repository ppa:gerardpuig/ppa
$ sudo apt update
$ sudo apt install ubuntu-cleaner

Now you can access the system cleaner from application dashboard and start cleaning the junk files.

How to uninstall system cleaning in Ubuntu 18.04 LTS

To remove Ubuntu Cleaner, simply run command in terminal:

sudo apt remove ubuntu-cleaner && sudo apt autoremove

 

About the author

itsubuntu

Leave a Comment