32

I'm looking for an application which allows me to see what is consuming the most disk space and also to delete the files from there.

Zanna
  • 72,312
empedokles
  • 4,023

7 Answers7

57

My personal favorite is GNOME Disk Usage Analyzer (baobab):

baobab screenshot

You can install it with

sudo apt install baobab

Select any file from the table on the left side to move it to trash on right click.

enter image description here

jobukkit
  • 5,266
terdon
  • 104,119
12

If you happen to be on the command line, you can use: ncdu Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.

enter image description here

Bruni
  • 11,099
10

There is a fully rewritten version of KDirStat, by the same author, named QDirStat. Fast, customizable, using Qt5, desktop-agnostic (not depending on KDE components), and showing a squared view rather than concentric circles, which I personally find clearer. There is a ppa available for the installation.

qdirstat snapshot

Sam
  • 188
  • 1
  • 6
6

Personally I like KDirStat

img

you can install with

sudo apt-get install kdirstat

Ravan
  • 9,567
6

If you're using KDE, I'd recommend filelight

filelight screenshot from debian.net

You may install it using:

apt-get install filelight

It is very similar to GNOME baobab recommended by terdon.

The wikipedia entry says:

Filelight is a KDE graphical disk usage analyzer, part of the KDE Utils package, which uses the sunburst chart technique to display disk usage. Instead of showing a tree view of the files within a partition or directory, or even a columns-represent-directories view like xdiskusage, it shows a series of concentric pie charts representing the various directories within the requested partition or directory and the amount of space they use1 (this method being known as a sunburst chart, ring chart, or multilevel pie chart).

A user may also click on the pie chart segment representing a particular directory, and repeat the analysis for that directory,2 right click that segment to open a file manager or terminal emulator in that location, or copy to clipboard or delete the directory, and they may right click the segment representing a file to open it, copy it to the clipboard, or delete it.

arielf
  • 2,883
3

JDiskReport is a nice tool, it requires Java 6 or later, Java 7 is recommended.

enter image description here

A.B.
  • 92,125
1

MATE Disk Usage Analyzer (mate-disk-usage-analyzer) may be used too. It is installable as part of MATE utilities package

sudo apt-get install mate-utils

and looks like GNOME Disk Usage Analyzer - see screenshot below

<code>mate-disk-usage-analyzer</code> on Ubuntu MATE 16.04.6 LTS

N0rbert
  • 103,263