How To Install arb on Fedora 36
Introduction
In this tutorial we learn how to install arb
on Fedora 36.
What is arb
Arb is a C library for arbitrary-precision floating-point ball arithmetic. It supports efficient high-precision computation with polynomials, power series, matrices and special functions over the real and complex numbers, with automatic, rigorous error control.
We can use yum
or dnf
to install arb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arb.
Install arb 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 arb
using dnf
by running the following command:
sudo dnf -y install arb
Install arb 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 arb
using yum
by running the following command:
sudo yum -y install arb
How To Uninstall arb on Fedora 36
To uninstall only the arb
package we can use the following command:
sudo dnf remove arb
arb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/fa7054482bdfdcfccd83d877b8f6d0106803ab
/usr/lib/libarb.so.2
/usr/lib/libarb.so.2.11.0
/usr/share/doc/arb
/usr/share/doc/arb/README.md
/usr/share/licenses/arb
/usr/share/licenses/arb/LICENSE
References
Summary
In this tutorial we learn how to install arb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install arb on Fedora 36” linkTitle: “arb” type: “docs” description: “In this tutorial we learn how to install arb in Fedora 36. arb is Arbitrary-precision floating point ball arithmetic” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/arb-featured.png
Introduction
In this tutorial we learn how to install arb
on Fedora 36.
What is arb
Arb is a C library for arbitrary-precision floating-point ball arithmetic. It supports efficient high-precision computation with polynomials, power series, matrices and special functions over the real and complex numbers, with automatic, rigorous error control.
We can use yum
or dnf
to install arb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arb.
Install arb 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 arb
using dnf
by running the following command:
sudo dnf -y install arb
Install arb 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 arb
using yum
by running the following command:
sudo yum -y install arb
How To Uninstall arb on Fedora 36
To uninstall only the arb
package we can use the following command:
sudo dnf remove arb
arb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/f1441b7546cfa8f1eee046927d554662c6303d
/usr/lib64/libarb.so.2
/usr/lib64/libarb.so.2.11.0
/usr/share/doc/arb
/usr/share/doc/arb/README.md
/usr/share/licenses/arb
/usr/share/licenses/arb/LICENSE
References
Summary
In this tutorial we learn how to install arb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).