How to Install and Uninstall bc.x86_64 Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "bc.x86_64" package

Please follow the guidelines below to install bc.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install bc.x86_64

2. Uninstall "bc.x86_64" package

Learn how to uninstall bc.x86_64 on Oracle Linux 8:

$ sudo dnf remove bc.x86_64 $ sudo dnf autoremove

3. Information about the bc.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:46:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : bc
Version : 1.07.1
Release : 5.el8
Architecture : x86_64
Size : 129 k
Source : bc-1.07.1-5.el8.src.rpm
Repository : ol8_baseos_latest
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.