How to Install and Uninstall sdl-decnumber-devel.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "sdl-decnumber-devel.x86_64" package

Please follow the instructions below to install sdl-decnumber-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "sdl-decnumber-devel.x86_64" package

This tutorial shows how to uninstall sdl-decnumber-devel.x86_64 on Oracle Linux 9:

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

3. Information about the sdl-decnumber-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:38:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : sdl-decnumber-devel
Version : 3.68.0
Release : 5.20220329git3aa2f45.el9
Architecture : x86_64
Size : 122 k
Source : sdl-decnumber-3.68.0-5.20220329git3aa2f45.el9.src.rpm
Repository : epel
Summary : Development files for sdl-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.
:
: This version is a fork by SoftDevLabs (SDL) to support the SDL-Hercules-390
: emulator.
:
: The sdl-decnumber-devel package contains libraries and header files for
: developing applications that use sdl-decnumber.