How to Install and Uninstall rubygem-bigdecimal.x86_64 Package on Fedora 39

Last updated: May 20,2024

1. Install "rubygem-bigdecimal.x86_64" package

Please follow the steps below to install rubygem-bigdecimal.x86_64 on Fedora 39

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

2. Uninstall "rubygem-bigdecimal.x86_64" package

This tutorial shows how to uninstall rubygem-bigdecimal.x86_64 on Fedora 39:

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

3. Information about the rubygem-bigdecimal.x86_64 package on Fedora 39

Last metadata expiration check: 0:26:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-bigdecimal
Version : 3.1.3
Release : 181.fc39
Architecture : x86_64
Size : 68 k
Source : ruby-3.2.2-181.fc39.src.rpm
Repository : fedora
Summary : BigDecimal provides arbitrary-precision floating point decimal arithmetic
URL : https://www.ruby-lang.org/
License : Ruby OR BSD-2-Clause
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.