How To Install calc-libs on Fedora 36
Introduction
In this tutorial we learn how to install calc-libs
on Fedora 36.
What is calc-libs
Shared libraries used by the calc command line calculator and other programs using its arbitrary precision arithmetic routines.
We can use yum
or dnf
to install calc-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calc-libs.
Install calc-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install calc-libs
using dnf
by running the following command:
sudo dnf -y install calc-libs
Install calc-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install calc-libs
using yum
by running the following command:
sudo yum -y install calc-libs
How To Uninstall calc-libs on Fedora 36
To uninstall only the calc-libs
package we can use the following command:
sudo dnf remove calc-libs
calc-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/81888e2a928f431095b2356cf479a3ffa450f2
/usr/lib64/libcalc.so.2.14.0.14
/usr/share/doc/calc-libs
/usr/share/doc/calc-libs/BUGS
/usr/share/doc/calc-libs/CHANGES
/usr/share/licenses/calc-libs
/usr/share/licenses/calc-libs/COPYING
/usr/share/licenses/calc-libs/COPYING-GPL
References
Summary
In this tutorial we learn how to install calc-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install calc-libs on Fedora 36” linkTitle: “calc-libs” type: “docs” description: “In this tutorial we learn how to install calc-libs in Fedora 36. calc-libs is Libraries for the calc arithmetic system” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/calc-libs-featured.png
Introduction
In this tutorial we learn how to install calc-libs
on Fedora 36.
What is calc-libs
Shared libraries used by the calc command line calculator and other programs using its arbitrary precision arithmetic routines.
We can use yum
or dnf
to install calc-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install calc-libs.
Install calc-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install calc-libs
using dnf
by running the following command:
sudo dnf -y install calc-libs
Install calc-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install calc-libs
using yum
by running the following command:
sudo yum -y install calc-libs
How To Uninstall calc-libs on Fedora 36
To uninstall only the calc-libs
package we can use the following command:
sudo dnf remove calc-libs
calc-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/c2c3a04a93edb4467997dda7d581c0d877700d
/usr/lib/libcalc.so.2.14.0.14
/usr/share/doc/calc-libs
/usr/share/doc/calc-libs/BUGS
/usr/share/doc/calc-libs/CHANGES
/usr/share/licenses/calc-libs
/usr/share/licenses/calc-libs/COPYING
/usr/share/licenses/calc-libs/COPYING-GPL
References
Summary
In this tutorial we learn how to install calc-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).