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

Last updated: October 05,2024

1. Install "decnumber-devel.x86_64" package

This guide covers the steps necessary to install decnumber-devel.x86_64 on Fedora 34

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

2. Uninstall "decnumber-devel.x86_64" package

Here is a brief guide to show you how to uninstall decnumber-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:26:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : decnumber-devel
Version : 3.68.0
Release : 2.20210330gitda66509.fc34
Architecture : x86_64
Size : 123 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.