How to Install and Uninstall python3-progressbar Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "python3-progressbar" package

Please follow the step by step instructions below to install python3-progressbar on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-progressbar

2. Uninstall "python3-progressbar" package

This is a short guide on how to uninstall python3-progressbar on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-progressbar package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-progressbar
Priority: optional
Section: universe/python
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: python-progressbar
Version: 2.3-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-progressbar/python3-progressbar_2.3-2_all.deb
Size: 9570
MD5sum: 937b95795343d25fd1b4f0bb395079e0
SHA1: 3df1ed4ddbf7f4f2f53f90c78b29297229e14c98
SHA256: c41446655a0ca0a78e705c96c4db13696f11f6d3f8b2e945bcd96560a63d3419
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
Homepage: http://code.google.com/p/python-progressbar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu