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

Last updated: July 05,2024

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

Please follow the guidelines below to install sdl-decnumber-devel.i686 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall sdl-decnumber-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 3:39:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : sdl-decnumber-devel
Version : 3.68.0
Release : 5.20220329git3aa2f45.fc34
Architecture : i686
Size : 131 k
Source : sdl-decnumber-3.68.0-5.20220329git3aa2f45.fc34.src.rpm
Repository : updates
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.