Useful GUI Tools to Free Up Space on Ubuntu and Linux Mint

8

As time strikes alongside, you may realize your disk area regularly getting depleted. The reason behind that is that over the years, junk recordsdata all of a sudden refill your onerous force.

This occurs specifically all through the set up of device applications. During set up, those recordsdata are most often cached within the /var/cache/ listing earlier than set up simply in case you want to put in them once more.

Unfortunately, Ubuntu does no longer have an automatic manner of casting off those recordsdata which can be now not required through the machine. As such, they acquire with every consecutive package deal set up and gobble up massive chunks of area to your force.

[ You might also like: 10 Useful du (Disk Usage) Commands to Find Disk Usage in Linux ]

Removing those recordsdata out of your machine at the terminal is a simple procedure.

$ sudo apt autoremove

This command eliminates applications that have been mechanically put in to meet dependencies for different applications and are now not wanted as dependencies.

Another command you’ll be able to imagine working is:

$ sudo apt blank

The command clears the residual applications left within the /var/cache/ listing.

Now allow us to shift focal point on how you’ll be able to liberate the disk area the use of a couple of GUI packages in Ubuntu and Linux Mint distribution.

1. Stacer

Written in C++, Stacer is a loose and open-source GUI utility that screens and optimizes your disk area. It supplies an intuitive and interesting consumer interface that will provide you with a look at utilization statistics of your sources corresponding to RAM, CPU, and disk usage. In addition, it will provide you with details about your machine knowledge and bandwidth usage.

Stacer supplies a few helpful options to regulate processes, startup packages, machine products and services, and uninstall packages. Worth noting is the machine cleaner which eliminates package deal caches that occupy massive quantities of disk area. In addition, it additionally empties the trash and clears crash stories, utility caches, and logs, thus releasing up the disk area.

Linux System Optimizer and Monitoring

To set up Stacer to your machine, run the command:

$ sudo apt replace
$ sudo apt set up stacer

2. Ubuntu Cleaner

Developed in Python, Ubuntu Cleaner is but every other GUI choice that does a tight process in releasing up disk area on Ubuntu / Mint. The graphical software cleans up the machine through casting off the next recordsdata:

  • Old Linux kernels
  • Browser cache
  • Thumbnail cache
  • Apps Cache
  • APT cache
  • Any unneeded applications

Ubuntu Cleaner is open-source and completely loose to make use of.

Ubuntu Cleaner
Ubuntu Cleaner

To set up Ubuntu cleaner, clone the git repository.

$ git clone https://github.com/gerardpuig/ubuntu-cleaner.git

Then replace your package deal index and set up the Ubuntu cleaner package deal as follows:

$ cd ubuntu-cleaner
$ ./ubuntu-cleaner

3. BleachBit

Designed for each Windows and Linux methods, BleachBit is a loose and open-source disk cleaner that briefly frees up your disk as your PC fills up with junk recordsdata.

With BleachBit, you’ll be able to shred brief recordsdata, delete cookies, transparent web historical past, and discard utility log recordsdata and unneeded recordsdata within the machine.
In addition, BleachBit acts as a cleaner for internet browsers corresponding to Firefox and Chrome to say a couple of.

BleachBit - Clean Linux System and Free Disk Space
BleachBit – Clean Linux System and Free Disk Space

BleachBit is to be had in Ubuntu repositories and you’ll be able to set up it the use of the APT package deal supervisor as follows:

$ sudo apt replace
$ sudo apt set up bleachbit 

4. Sweeper

Native to the KDE desktop atmosphere, Sweeper is a machine cleaner utility that clears your onerous force of junk recordsdata corresponding to thumbnail cache, internet browser junk corresponding to cookies, internet historical past, the brief cache of visited internet sites, and likewise will get rids of recordsdata to your trash.

Sweeper - Clean Unwanted Traces in Linux
Sweeper – Clean Unwanted Traces in Linux

There are two tactics of putting in a Sweeper. You can set up it from the professional Ubuntu repository as follows:

$ sudo apt replace
$ sudo apt set up sweeper

Additionally, you’ll be able to set up the use of snap as proven. First, be sure, snap is enabled to your machine.

$ sudo apt replace
$ sudo apt set up snapd

Next, set up Sweeper.

$ sudo snap set up sweeper --edge

5. rmLint

Last at the record is the rmLint software. The software traverses more than one directories and is helping in figuring out reproduction recordsdata and directories, damaged symbolic hyperlinks, and non-stripped binaries.

It doesn’t delete those recordsdata in keeping with se, however it generates executable output, corresponding to JSON or shell scripts that you’ll be able to use to delete the recordsdata. It scans recordsdata and directories and intelligently determines the duplicates. When duplicates are discovered, you’ll be able to then continue and delete them the use of auto-generated scripts.

rmlint - Find Duplicate Files and Directories
rmlint – Find Duplicate Files and Directories

To set up rmLint, merely run the command:

$ sudo apt set up rmlint

To release the graphical interface, run the command:

$ rmlint --gui

That was once a roundup of probably the most most well liked GUI equipment that you’ll be able to use to disencumber disk area to your Linux machine.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More