How To Install texlive-isodoc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-isodoc
on Fedora 36.
What is texlive-isodoc
The isodoc class can be used for the preparation of letters and invoices (and, in the future, similar documents). Documents are set up with options, thus making the class easily adaptable to user’s wishes and extensible for other document types. The class is based on the NTG brief class by Victor Eijkhout, which implements the NEN1026 standard.
We can use yum
or dnf
to install texlive-isodoc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-isodoc.
Install texlive-isodoc 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-isodoc
using dnf
by running the following command:
sudo dnf -y install texlive-isodoc
Install texlive-isodoc 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-isodoc
using yum
by running the following command:
sudo yum -y install texlive-isodoc
How To Uninstall texlive-isodoc on Fedora 36
To uninstall only the texlive-isodoc
package we can use the following command:
sudo dnf remove texlive-isodoc
texlive-isodoc Package Contents on Fedora 36
/usr/share/licenses/texlive-isodoc
/usr/share/licenses/texlive-isodoc/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/isodoc
/usr/share/texlive/texmf-dist/tex/latex/isodoc/isodoc.cls
References
Summary
In this tutorial we learn how to install texlive-isodoc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).