How To Install arprec-data on Fedora 36
Introduction
In this tutorial we learn how to install arprec-data
on Fedora 36.
What is arprec-data
This package contains data-files used with arprec-tools.
We can use yum
or dnf
to install arprec-data
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arprec-data.
Install arprec-data 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 arprec-data
using dnf
by running the following command:
sudo dnf -y install arprec-data
Install arprec-data 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 arprec-data
using yum
by running the following command:
sudo yum -y install arprec-data
How To Uninstall arprec-data on Fedora 36
To uninstall only the arprec-data
package we can use the following command:
sudo dnf remove arprec-data
arprec-data Package Contents on Fedora 36
/usr/share/arprec
/usr/share/arprec/const.dat
/usr/share/arprec/quaderf.dat
/usr/share/arprec/quadgs.dat
/usr/share/arprec/quadts.dat
/usr/share/doc/arprec
/usr/share/doc/arprec/BSD-LBNL-License.doc
/usr/share/doc/arprec/BSD-LBNL-License.txt
/usr/share/doc/arprec/COPYING
/usr/share/doc/arprec/COPYING.pdf
References
Summary
In this tutorial we learn how to install arprec-data
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).