How to Install and Uninstall rubygem-bigdecimal.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 21,2024

1. Install "rubygem-bigdecimal.x86_64" package

Here is a brief guide to show you how to install rubygem-bigdecimal.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "rubygem-bigdecimal.x86_64" package

This is a short guide on how to uninstall rubygem-bigdecimal.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the rubygem-bigdecimal.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:25:00 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : rubygem-bigdecimal
Version : 1.3.4
Release : 106.module_el8.3.0+571+bab7c6bc
Architecture : x86_64
Size : 97 k
Source : ruby-2.5.5-106.module_el8.3.0+571+bab7c6bc.src.rpm
Repository : appstream
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.