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

Last updated: May 02,2024

1. Install "python-progressbar" package

Please follow the guidance below to install python-progressbar on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-progressbar

2. Uninstall "python-progressbar" package

This tutorial shows how to uninstall python-progressbar on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-progressbar
Priority: optional
Section: universe/python
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Version: 2.3-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-progressbar/python-progressbar_2.3-2_all.deb
Size: 10578
MD5sum: f211c1718004eea05bf497603da0c3c0
SHA1: 90ddfea3aa1942c24b776d2a803f653d5a57d23e
SHA256: 749f7323f3693fbf6259093dbb39a7020492ce4a12c20f63f93b1d6abb2b6907
Description-en: text progress bar library for Python
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.
Description-md5: e28e411a7ee5e59a4d8106ed8f273aa5
Homepage: http://code.google.com/p/python-progressbar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu