How to Install and Uninstall python3-progressbar Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-progressbar" package

Please follow the instructions below to install python3-progressbar on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-progressbar

2. Uninstall "python3-progressbar" package

In this section, we are going to explain the necessary steps to uninstall python3-progressbar on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-progressbar package on Ubuntu 21.10 (Impish Indri)

Package: python3-progressbar
Architecture: all
Version: 2.5-2
Priority: optional
Section: universe/python
Source: python-progressbar
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: python3:any
Filename: pool/universe/p/python-progressbar/python3-progressbar_2.5-2_all.deb
Size: 11564
MD5sum: 728ba098f39001f9e59c23b10a489ca3
SHA1: 5f53356a62932c1683090758c8015081d6b9c007
SHA256: b01f20681fb0b3eeffd03b983676d8772f47968931d59ff13185abe59e06245a
SHA512: 484e314acb5e0d11a6e5f6890e64e832c57afd7fe626b6ac8b3baf9f23e147c5e33d52edb4624e88c2ef11a2794db391708d0887f9efd3bb75925f4388e6d723
Homepage: https://github.com/niltonvolpato/python-progressbar
Description-en: 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: 5148bbfa1d2d37db6f66a4ce12d2a913