How to Install and Uninstall python3-pint.noarch Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "python3-pint.noarch" package

In this section, we are going to explain the necessary steps to install python3-pint.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-pint.noarch

2. Uninstall "python3-pint.noarch" package

Here is a brief guide to show you how to uninstall python3-pint.noarch on CentOS Stream 9:

$ sudo dnf remove python3-pint.noarch $ sudo dnf autoremove

3. Information about the python3-pint.noarch package on CentOS Stream 9

Last metadata expiration check: 1:34:39 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pint
Version : 0.16.1
Release : 3.el9
Architecture : noarch
Size : 340 k
Source : python-pint-0.16.1-3.el9.src.rpm
Repository : epel
Summary : Physical quantities module
URL : https://github.com/hgrecco/pint
License : BSD
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.