How to Install and Uninstall agedu Package on Kali Linux

Last updated: November 07,2024

1. Install "agedu" package

This guide let you learn how to install agedu on Kali Linux

$ sudo apt update $ sudo apt install agedu

2. Uninstall "agedu" package

In this section, we are going to explain the necessary steps to uninstall agedu on Kali Linux:

$ sudo apt remove agedu $ sudo apt autoclean && sudo apt autoremove

3. Information about the agedu package on Kali Linux

Package: agedu
Version: 20211129.8cd63c5-1
Installed-Size: 121
Maintainer: Alexander Prinsier
Architecture: amd64
Depends: libc6 (>= 2.33)
Size: 55772
SHA256: da5aefb5204bb15e3e4ac06be9ed2160c9bfa1ea55e422b5fb2faa45bfef6def
SHA1: 960ebfc7883134ecd59d6c6f9aaca4b6796cffdd
MD5sum: a9f9bb76d6aec90b1f03515062d4f205
Description: Unix utility for tracking down wasted disk space
Unix provides the standard du utility, which scans your disk and tells you
which directories contain the largest amounts of data. That can help you
narrow your search to the things most worth deleting.
.
However, that only tells you what's big. What you really want to know is
what's too big. By itself, du won't let you distinguish between data that's
big because you're doing something that needs it to be big, and data that's
big because you unpacked it once and forgot about it.
.
To make this difference, agedu relies on the atime of the files.
Description-md5:
Homepage: https://www.chiark.greenend.org.uk/~sgtatham/agedu/
Tag: admin::filesystem, implemented-in::c, interface::commandline,
role::program, use::searching, works-with::file
Section: utils
Priority: optional
Filename: pool/main/a/agedu/agedu_20211129.8cd63c5-1_amd64.deb