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

Last updated: July 04,2024

1. Install "python311-Pint" package

This guide covers the steps necessary to install python311-Pint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Pint

2. Uninstall "python311-Pint" package

Please follow the steps below to uninstall python311-Pint on openSuSE Tumbleweed:

$ sudo zypper remove python311-Pint

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

Information for package python311-Pint:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Pint
Version : 0.23-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.6 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.