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

Last updated: September 24,2024

1. Install "decnumber-devel.x86_64" package

This guide let you learn how to install decnumber-devel.x86_64 on Fedora 35

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

2. Uninstall "decnumber-devel.x86_64" package

This tutorial shows how to uninstall decnumber-devel.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:53:19 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : decnumber-devel
Version : 3.68.0
Release : 3.20210330gitda66509.fc35
Architecture : x86_64
Size : 121 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.