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

Last updated: October 09,2024

1. Install "python3-quantities.noarch" package

This guide let you learn how to install python3-quantities.noarch on Fedora 36

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

2. Uninstall "python3-quantities.noarch" package

Here is a brief guide to show you how to uninstall python3-quantities.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:33:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-quantities
Version : 0.13.0
Release : 2.fc36
Architecture : noarch
Size : 165 k
Source : python-quantities-0.13.0-2.fc36.src.rpm
Repository : fedora
Summary : Support for physical quantities with units, based on numpy
URL : http://python-quantities.readthedocs.io/
License : BSD
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.