How to Install and Uninstall python310-progressbar Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python310-progressbar" package

Please follow the guidance below to install python310-progressbar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-progressbar

2. Uninstall "python310-progressbar" package

This guide let you learn how to uninstall python310-progressbar on openSuSE Tumbleweed:

$ sudo zypper remove python310-progressbar

3. Information about the python310-progressbar package on openSuSE Tumbleweed

Information for package python310-progressbar:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-progressbar
Version : 2.5-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 76.0 KiB
Installed : No
Status : not installed
Source package : python-progressbar-2.5-3.5.src
Upstream URL : https://github.com/niltonvolpato/python-progressbar
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.