How to Install and Uninstall bc.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "bc.x86_64" package

Please follow the guidance below to install bc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install bc.x86_64

2. Uninstall "bc.x86_64" package

Please follow the instructions below to uninstall bc.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove bc.x86_64 $ sudo dnf autoremove

3. Information about the bc.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:29:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : bc
Version : 1.07.1
Release : 14.el9
Architecture : x86_64
Size : 125 k
Source : bc-1.07.1-14.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : GNU's bc (a numeric processing language) and dc (a calculator)
URL : http://www.gnu.org/software/bc/
License : GPLv2+
Description : The bc package includes bc and dc. Bc is an arbitrary precision
: numeric processing arithmetic language. Dc is an interactive
: arbitrary precision stack based calculator, which can be used as a
: text mode calculator.
:
: Install the bc package if you need its number handling capabilities or
: if you would like to use its text mode calculator.