How To Install texlive-imac-doc on Fedora 36

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

Introduction

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

What is texlive-imac-doc

Documentation for imac

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

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

sudo dnf -y install texlive-imac-doc

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

sudo yum -y install texlive-imac-doc

How To Uninstall texlive-imac-doc on Fedora 36

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

sudo dnf remove texlive-imac-doc

texlive-imac-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-imac-doc
/usr/share/licenses/texlive-imac-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/imac
/usr/share/texlive/texmf-dist/doc/latex/imac/imac.bib
/usr/share/texlive/texmf-dist/doc/latex/imac/imac.pdf
/usr/share/texlive/texmf-dist/doc/latex/imac/imac.tex
/usr/share/texlive/texmf-dist/doc/latex/imac/readme.txt

References

Summary

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