How to Install and Uninstall python3-PyPrind Package on openSUSE Leap

Last updated: April 28,2024

1. Install "python3-PyPrind" package

This is a short guide on how to install python3-PyPrind on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyPrind

2. Uninstall "python3-PyPrind" package

Learn how to uninstall python3-PyPrind on openSUSE Leap:

$ sudo zypper remove python3-PyPrind

3. Information about the python3-PyPrind package on openSUSE Leap

Information for package python3-PyPrind:
----------------------------------------
Repository : Main Repository
Name : python3-PyPrind
Version : 2.11.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 51.0 KiB
Installed : No
Status : not installed
Source package : python-PyPrind-2.11.2-bp155.2.12.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.