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

Last updated: October 06,2024

1. Install "decnumber-devel.i686" package

This guide let you learn how to install decnumber-devel.i686 on Fedora 34

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

2. Uninstall "decnumber-devel.i686" package

This guide let you learn how to uninstall decnumber-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 4:08:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : decnumber-devel
Version : 3.68.0
Release : 2.20210330gitda66509.fc34
Architecture : i686
Size : 132 k
Source : decnumber-3.68.0-2.20210330gitda66509.fc34.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.