How to Install and Uninstall python-fpconst.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "python-fpconst.noarch" package

Please follow the guidance below to install python-fpconst.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-fpconst.noarch

2. Uninstall "python-fpconst.noarch" package

Please follow the guidelines below to uninstall python-fpconst.noarch on Amazon Linux 2:

$ sudo yum remove python-fpconst.noarch $ sudo yum autoremove

3. Information about the python-fpconst.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-fpconst
Arch : noarch
Version : 0.7.3
Release : 12.amzn2
Size : 17 k
Repo : amzn2-core/2/x86_64
Summary : Python module for handling IEEE 754 floating point special values
URL : http://research.warnes.net/statcomp/projects/RStatServer/fpconst
License : ASL 2.0
Description : This python module implements constants and functions for working
: with IEEE754 double-precision special values. It provides
: constants for Not-a-Number (NaN), Positive Infinity (PosInf), and
: Negative Infinity (NegInf), as well as functions to test for these
: values.