How to Install and Uninstall python3-progressbar Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-progressbar" package

Please follow the guidelines below to install python3-progressbar on Kali Linux

$ sudo apt update $ sudo apt install python3-progressbar

2. Uninstall "python3-progressbar" package

Here is a brief guide to show you how to uninstall python3-progressbar on Kali Linux:

$ sudo apt remove python3-progressbar $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-progressbar package on Kali Linux

Package: python3-progressbar
Source: python-progressbar
Version: 2.5-3
Installed-Size: 55
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Size: 11632
SHA256: bc17ac3eccd75f713bcec6f751d658eaddc652df012c9d7f722939b166c9a4c2
SHA1: a5256ce23992e220dd22851f0daed50778486b88
MD5sum: affee95256fee552dbf36ab5998d7c5a
Description: text progress bar library for Python (Python 3)
A text progress bar is typically used to display the progress of a long
running operation, providing a visual cue that processing is underway.
.
The ProgressBar class manages the current progress, and the format of the line
is given by a number of widgets. A widget is an object that may display
differently depending on the state of the progress bar. There are three types
of widgets:
- a string, which always shows itself
- a ProgressBarWidget, which may return a different value every time its
update method is called
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
expands to fill the remaining width of the line.
.
This package contains the Python 3 version of progressbar.
Description-md5:
Homepage: https://github.com/niltonvolpato/python-progressbar
Section: python
Priority: optional
Filename: pool/main/p/python-progressbar/python3-progressbar_2.5-3_all.deb