How to Install and Uninstall bc.x86_64 Package on Fedora 38

Last updated: November 26,2024

1. Install "bc.x86_64" package

This is a short guide on how to install bc.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install bc.x86_64

2. Uninstall "bc.x86_64" package

Please follow the guidelines below to uninstall bc.x86_64 on Fedora 38:

$ sudo dnf remove bc.x86_64 $ sudo dnf autoremove

3. Information about the bc.x86_64 package on Fedora 38

Last metadata expiration check: 0:10:10 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : bc
Version : 1.07.1
Release : 17.fc38
Architecture : x86_64
Size : 119 k
Source : bc-1.07.1-17.fc38.src.rpm
Repository : fedora
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.