How To Install mpfr-doc on Fedora 36

In this tutorial we learn how to install mpfr-doc in Fedora 36. mpfr-doc is Documentation for the MPFR library

Introduction

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

What is mpfr-doc

Documentation for the MPFR library.

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

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

sudo dnf -y install mpfr-doc

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

sudo yum -y install mpfr-doc

How To Uninstall mpfr-doc on Fedora 36

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

sudo dnf remove mpfr-doc

mpfr-doc Package Contents on Fedora 36

/usr/share/doc/mpfr/AUTHORS
/usr/share/doc/mpfr/FAQ.html
/usr/share/doc/mpfr/TODO
/usr/share/doc/mpfr/examples
/usr/share/doc/mpfr/examples/ReadMe
/usr/share/doc/mpfr/examples/can_round.c
/usr/share/doc/mpfr/examples/divworst.c
/usr/share/doc/mpfr/examples/rndo-add.c
/usr/share/doc/mpfr/examples/sample.c
/usr/share/doc/mpfr/examples/threads.c
/usr/share/doc/mpfr/examples/version.c
/usr/share/info/mpfr.info.gz

References

Summary

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