How to Install and Uninstall rubygem-bigdecimal.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "rubygem-bigdecimal.i686" package

Please follow the steps below to install rubygem-bigdecimal.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rubygem-bigdecimal.i686

2. Uninstall "rubygem-bigdecimal.i686" package

Learn how to uninstall rubygem-bigdecimal.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rubygem-bigdecimal.i686 $ sudo dnf autoremove

3. Information about the rubygem-bigdecimal.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:10:48 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-bigdecimal
Version : 1.3.4
Release : 111.module+el8.9.0+19193+435404ae
Architecture : i686
Size : 101 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
Summary : BigDecimal provides arbitrary-precision floating point decimal arithmetic
URL : http://ruby-lang.org/
License : Ruby or BSD
Description : Ruby provides built-in support for arbitrary precision integer arithmetic.
: For example:
:
: 42**13 -> 1265437718438866624512
:
: BigDecimal provides similar support for very large or very accurate floating
: point numbers. Decimal arithmetic is also useful for general calculation,
: because it provides the correct answers people expect–whereas normal binary
: floating point arithmetic often introduces subtle errors because of the
: conversion between base 10 and base 2.