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

Last updated: May 20,2024

1. Install "python3-Pint" package

This guide covers the steps necessary to install python3-Pint on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Pint

2. Uninstall "python3-Pint" package

Please follow the steps below to uninstall python3-Pint on openSUSE Leap:

$ sudo zypper remove python3-Pint

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

Information for package python3-Pint:
-------------------------------------
Repository : Main Repository
Name : python3-Pint
Version : 0.10.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-Pint-0.10.1-bp155.2.11.src
Upstream URL : https://github.com/hgrecco/pint
Summary : Physical quantities module
Description :
Pint is Python module/package to define, operate and manipulate physical
quantities, the product of a numerical value and a unit of measurement.
It allows arithmetic operations between them and conversions from and
to different units.
It is distributed with a comprehensive list of physical units, prefixes
and constants. Due to it's modular design, you to extend (or even rewrite!)
the complete list without changing the source code.