How To Install arprec-doc on Fedora 36

In this tutorial we learn how to install arprec-doc in Fedora 36. arprec-doc is Documentation files for arprec

Introduction

In this tutorial we learn how to install arprec-doc on Fedora 36.

What is arprec-doc

This package contains the documentation and some brief examples.

We can use yum or dnf to install arprec-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arprec-doc.

Install arprec-doc 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-doc using dnf by running the following command:

sudo dnf -y install arprec-doc

Install arprec-doc 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-doc using yum by running the following command:

sudo yum -y install arprec-doc

How To Uninstall arprec-doc on Fedora 36

To uninstall only the arprec-doc package we can use the following command:

sudo dnf remove arprec-doc

arprec-doc Package Contents on Fedora 36

/usr/share/doc/arprec
/usr/share/doc/arprec/AUTHORS
/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
/usr/share/doc/arprec/ChangeLog
/usr/share/doc/arprec/NEWS
/usr/share/doc/arprec/README
/usr/share/doc/arprec/README.pdf
/usr/share/doc/arprec/arprec.pdf
/usr/share/doc/arprec/examples
/usr/share/doc/arprec/examples/arprec-integrate.cpp
/usr/share/doc/arprec/examples/arprec-integrate.h
/usr/share/doc/arprec/examples/c_mp_test.c
/usr/share/doc/arprec/examples/f_mp_test.f
/usr/share/doc/arprec/examples/integrate.h
/usr/share/doc/arprec/examples/io.cpp
/usr/share/doc/arprec/examples/matrix.h
/usr/share/doc/arprec/examples/mp_ex.cpp
/usr/share/doc/arprec/examples/mp_test.cpp
/usr/share/doc/arprec/examples/mp_timer.cpp
/usr/share/doc/arprec/examples/mpslq1.cpp
/usr/share/doc/arprec/examples/mpslq1.h
/usr/share/doc/arprec/examples/mpslq1_main.cpp
/usr/share/doc/arprec/examples/mpslq1_templates.cpp
/usr/share/doc/arprec/examples/mpslq1_util.cpp
/usr/share/doc/arprec/examples/mpslq2.cpp
/usr/share/doc/arprec/examples/mpslq2.h
/usr/share/doc/arprec/examples/mpslq2_main.cpp
/usr/share/doc/arprec/examples/mpslq2_templates.cpp
/usr/share/doc/arprec/examples/mpslq3.cpp
/usr/share/doc/arprec/examples/mpslq3.h
/usr/share/doc/arprec/examples/mpslq3_main.cpp
/usr/share/doc/arprec/examples/mpslq3_templates.cpp
/usr/share/doc/arprec/examples/pslq1.cpp
/usr/share/doc/arprec/examples/pslq1.h
/usr/share/doc/arprec/examples/pslq1_main.cpp
/usr/share/doc/arprec/examples/pslq1_templates.cpp
/usr/share/doc/arprec/examples/pslq1_util.cpp
/usr/share/doc/arprec/examples/pslq2.cpp
/usr/share/doc/arprec/examples/pslq2.h
/usr/share/doc/arprec/examples/pslq2_main.cpp
/usr/share/doc/arprec/examples/pslq2_templates.cpp
/usr/share/doc/arprec/examples/pslq2_util.cpp
/usr/share/doc/arprec/examples/pslq3.cpp
/usr/share/doc/arprec/examples/pslq3.h
/usr/share/doc/arprec/examples/pslq3_main.cpp
/usr/share/doc/arprec/examples/pslq3_templates.cpp
/usr/share/doc/arprec/examples/pslq_main.h
/usr/share/doc/arprec/examples/pslq_main_util.cpp
/usr/share/doc/arprec/examples/quad-erf.cpp
/usr/share/doc/arprec/examples/quad-erf.h
/usr/share/doc/arprec/examples/quad-gs.cpp
/usr/share/doc/arprec/examples/quad-gs.h
/usr/share/doc/arprec/examples/quad-ts.cpp
/usr/share/doc/arprec/examples/quad-ts.h
/usr/share/doc/arprec/examples/quads.cpp
/usr/share/doc/arprec/examples/tictoc.cpp
/usr/share/doc/arprec/examples/tictoc.h
/usr/share/doc/arprec/examples/trig.cpp
/usr/share/doc/arprec/examples/util.cpp
/usr/share/doc/arprec/examples/util.h
/usr/share/doc/arprec/toolkit
/usr/share/doc/arprec/toolkit/README

References

Summary

In this tutorial we learn how to install arprec-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).