How to Install and Uninstall decnumber-devel.i686 Package on Fedora 35

Last updated: September 22,2024

1. Install "decnumber-devel.i686" package

Here is a brief guide to show you how to install decnumber-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install decnumber-devel.i686

2. Uninstall "decnumber-devel.i686" package

Please follow the steps below to uninstall decnumber-devel.i686 on Fedora 35:

$ sudo dnf remove decnumber-devel.i686 $ sudo dnf autoremove

3. Information about the decnumber-devel.i686 package on Fedora 35

Last metadata expiration check: 3:47:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : decnumber-devel
Version : 3.68.0
Release : 3.20210330gitda66509.fc35
Architecture : i686
Size : 129 k
Source : decnumber-3.68.0-3.20210330gitda66509.fc35.src.rpm
Repository : fedora
Summary : Development files for decnumber
URL : https://github.com/SDL-Hercules-390/decNumber
License : MIT
Description :
: The decNumber library implements the General Decimal Arithmetic Specification
: in ANSI C. This specification defines a decimal arithmetic which meets the
: requirements of commercial, financial, and human-oriented applications. It
: also matches the decimal arithmetic in the IEEE 754 Standard for Floating
: Point Arithmetic.
:
: The library fully implements the specification, and hence supports integer,
: fixed-point, and floating-point decimal numbers directly, including infinite,
: NaN (Not a Number), and subnormal values. Both arbitrary-precision and
: fixed-size representations are supported.
:
: The decnumber-devel package contains libraries and header files for
: developing applications that use decnumber.