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

Last updated: July 08,2024

1. Install "python311-PyPrind" package

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

$ sudo zypper refresh $ sudo zypper install python311-PyPrind

2. Uninstall "python311-PyPrind" package

This is a short guide on how to uninstall python311-PyPrind on openSuSE Tumbleweed:

$ sudo zypper remove python311-PyPrind

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

Information for package python311-PyPrind:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-PyPrind
Version : 2.11.3-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 46.0 KiB
Installed : No
Status : not installed
Source package : python-PyPrind-2.11.3-1.6.src
Upstream URL : https://github.com/rasbt/pyprind
Summary : Python progress bar and percent indicator utility
Description :
The PyPrind (Python Progress Indicator) module provides a progress
bar and a percentage indicator object that let track the progress
of a loop structure or other iterative computation.
A typical application is the processing of large data sets for
which to provide an intuitive estimate at runtime about the
computation progress.