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

Last updated: September 18,2024

1. Install "python3-quantities.noarch" package

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

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

2. Uninstall "python3-quantities.noarch" package

Please follow the guidelines below to uninstall python3-quantities.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:07:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-quantities
Version : 0.13.0
Release : 1.fc34
Architecture : noarch
Size : 164 k
Source : python-quantities-0.13.0-1.fc34.src.rpm
Repository : updates
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.