How to Install and Uninstall ncdu Package on Kali Linux

Last updated: May 10,2024

1. Install "ncdu" package

This is a short guide on how to install ncdu on Kali Linux

$ sudo apt update $ sudo apt install ncdu

2. Uninstall "ncdu" package

Please follow the instructions below to uninstall ncdu on Kali Linux:

$ sudo apt remove ncdu $ sudo apt autoclean && sudo apt autoremove

3. Information about the ncdu package on Kali Linux

Package: ncdu
Version: 1.19-0.1
Installed-Size: 114
Maintainer: Eugene V. Lyubimkin
Architecture: amd64
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6)
Size: 52240
SHA256: fb4762032fae752f02a9215f81758edf902aed24e8b5f5ca79a3a48de8ae36a3
SHA1: a5960c0c62e8cab867da7e4c2ea20b5fe4a4310c
MD5sum: 82d7518abc5ed77d465144debac3cf47
Description: ncurses disk usage viewer
Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use interface
through famous du utility. It allows one to browse through the directories and
show percentages of disk usage with ncurses library.
Description-md5:
Homepage: https://dev.yorhel.nl/ncdu/
Tag: admin::monitoring, implemented-in::c, interface::text-mode,
role::program, scope::utility, uitoolkit::ncurses
Section: admin
Priority: optional
Filename: pool/main/n/ncdu/ncdu_1.19-0.1_amd64.deb