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

Last updated: May 19,2024

1. Install "python39-Pint" package

In this section, we are going to explain the necessary steps to install python39-Pint on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-Pint

2. Uninstall "python39-Pint" package

This tutorial shows how to uninstall python39-Pint on openSuSE Tumbleweed:

$ sudo zypper remove python39-Pint

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

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