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

Last updated: May 17,2024

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

This tutorial shows how to install sdl-decnumber-devel.x86_64 on Oracle Linux 8

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

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

Here is a brief guide to show you how to uninstall sdl-decnumber-devel.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 6:21:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : sdl-decnumber-devel
Version : 3.68.0
Release : 5.20220329git3aa2f45.el8
Architecture : x86_64
Size : 115 k
Source : sdl-decnumber-3.68.0-5.20220329git3aa2f45.el8.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.