How to Install and Uninstall python3-quantities.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "python3-quantities.noarch" package

Here is a brief guide to show you how to install python3-quantities.noarch on Fedora 39

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

2. Uninstall "python3-quantities.noarch" package

Please follow the guidance below to uninstall python3-quantities.noarch on Fedora 39:

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

3. Information about the python3-quantities.noarch package on Fedora 39

Last metadata expiration check: 1:10:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-quantities
Version : 0.15.0
Release : 1.fc39
Architecture : noarch
Size : 250 k
Source : python-quantities-0.15.0-1.fc39.src.rpm
Repository : updates
Summary : Support for physical quantities with units, based on numpy
URL : https://github.com/python-quantities/python-quantities
License : BSD-3-Clause
Description : Quantities is designed to handle arithmetic and conversions of physical
: quantities, which have a magnitude, dimensionality specified by various units,
: and possibly an uncertainty. See the tutorial for examples. Quantities builds
: on the popular numpy library and is designed to work with numpy ufuncs, many of
: which are already supported. Quantities is actively developed, and while the
: current features and API are stable, test coverage is incomplete so the package
: is not suggested for mission-critical applications.