Ncdu (Ncurses Disk Usage) is a command-line tool for analyzing disk space usage in the Linux operating system. It uses the ncurses
library to create an interactive text interface.
Ncdu allows the user to quickly and easily determine which files and directories are taking up the most disk space. It displays the size of each file or directory, as well as the total size of all files and directories in the current directory.
Ncdu's main features include:
To install Ncdu on Ubuntu or other Debian-based distributions, you can use the following command:
$ sudo apt-get install ncdu
Once installed, you can launch Ncdu by running the command ncdu
in the terminal. The Ncdu interface will be displayed in the terminal and you can start analyzing disk space usage.