How to Install and Uninstall python312-Pint Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-Pint" package

This tutorial shows how to install python312-Pint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Pint

2. Uninstall "python312-Pint" package

Please follow the instructions below to uninstall python312-Pint on openSuSE Tumbleweed:

$ sudo zypper remove python312-Pint

3. Information about the python312-Pint package on openSuSE Tumbleweed

Information for package python312-Pint:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Pint
Version : 0.23-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.4 MiB
Installed : No
Status : not installed
Source package : python-Pint-0.23-1.1.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.