How to Install and Uninstall python2-progressbar Package on openSUSE Leap

Last updated: September 20,2024

1. Install "python2-progressbar" package

Please follow the guidance below to install python2-progressbar on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-progressbar

2. Uninstall "python2-progressbar" package

This guide let you learn how to uninstall python2-progressbar on openSUSE Leap:

$ sudo zypper remove python2-progressbar

3. Information about the python2-progressbar package on openSUSE Leap

Information for package python2-progressbar:
--------------------------------------------
Repository : Main Repository
Name : python2-progressbar
Version : 2.3+hg20121105.3c94a3a1ebe1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 80,3 KiB
Installed : No
Status : not installed
Source package : python-progressbar-2.3+hg20121105.3c94a3a1ebe1-1.17.src
Summary : Text Progressbar Library for Python
Description :
This library provides a text mode progressbar. This is tipically used to
display the progress of a long running operation, providing a visual clue that
processing is underway.