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

Last updated: May 13,2024

1. Install "python-progress" package

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

$ sudo apt update $ sudo apt install python-progress

2. Uninstall "python-progress" package

This guide covers the steps necessary to uninstall python-progress on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-progress
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Version: 1.2-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-progress/python-progress_1.2-1_all.deb
Size: 6430
MD5sum: 7ae1ba704818e604720aa8e898d29d14
SHA1: 4e7ac0f9ba243adcd21bfaeea7854ba388037a0a
SHA256: ab9fff9b2c1eaa7fced230fd8781e7319ef9979c7c42cf9301871f2ecf6e37da
Description-en: easy progress reporting for Python
This package provides several canned progress bars for command line Python
programs. Progress bars are customizable and can be advanced by using the
next() method, with the finish() method to finish.
.
This is the Python 2 version.
Description-md5: fc94c20389c1b452cea52643de3660e1
Homepage: https://github.com/verigak/progress/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu