How to Install and Uninstall progress Package on Kali Linux

Last updated: May 15,2024

1. Install "progress" package

This guide covers the steps necessary to install progress on Kali Linux

$ sudo apt update $ sudo apt install progress

2. Uninstall "progress" package

This tutorial shows how to uninstall progress on Kali Linux:

$ sudo apt remove progress $ sudo apt autoclean && sudo apt autoremove

3. Information about the progress package on Kali Linux

Package: progress
Version: 0.17-1
Installed-Size: 86
Maintainer: Stephen Kitt
Architecture: amd64
Depends: libc6 (>= 2.34), libncursesw6 (>= 6), libtinfo6 (>= 6)
Size: 47720
SHA256: c91bcc19a86ec1e340fa401514e98a6e38d9ff6367b63e4dcf85387cda7bfad8
SHA1: fdc520d3903ffbef81a62ddfc518c6eb63c88d17
MD5sum: 3d2cf4f7eb77da349ca800bb8c3bca9b
Description: Coreutils Progress Viewer (formerly known as 'cv')
This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only
C command that looks for coreutils basic commands (cp, mv, dd, tar,
gzip/gunzip, cat, etc.) currently running on your system and
displays the percentage of copied data. It can also show estimated
time and throughput, and provide a "top-like" mode (monitoring).
.
It simply scans `/proc` for interesting commands, and then looks at
directories `fd` and `fdinfo` to find opened files and seek positions,
and reports status for the largest file.
.
It's very light, and compatible with virtually any command.
This program was formerly known as 'cv' on github.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Xfennec/progress
Tag: uitoolkit::ncurses
Section: utils
Priority: optional
Filename: pool/main/p/progress/progress_0.17-1_amd64.deb