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

Last updated: May 18,2024

1. Install "python311-progressbar" package

This tutorial shows how to install python311-progressbar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-progressbar

2. Uninstall "python311-progressbar" package

Please follow the guidance below to uninstall python311-progressbar on openSuSE Tumbleweed:

$ sudo zypper remove python311-progressbar

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

Information for package python311-progressbar:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-progressbar
Version : 2.5-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 96.4 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.