How To Install texlive-iscram on Fedora 36

In this tutorial we learn how to install texlive-iscram in Fedora 36. texlive-iscram is a LaTeX class to publish article to ISCRAM conferences

Introduction

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

What is texlive-iscram

LaTeX class to publish article to ISCRAM (International Conference on Information Systems for Crisis Response and Management).

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

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

sudo dnf -y install texlive-iscram

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

sudo yum -y install texlive-iscram

How To Uninstall texlive-iscram on Fedora 36

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

sudo dnf remove texlive-iscram

texlive-iscram Package Contents on Fedora 36

/usr/share/licenses/texlive-iscram
/usr/share/licenses/texlive-iscram/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/iscram
/usr/share/texlive/texmf-dist/doc/latex/iscram/HMI.pdf
/usr/share/texlive/texmf-dist/doc/latex/iscram/README
/usr/share/texlive/texmf-dist/doc/latex/iscram/iscram-class-doc.bib
/usr/share/texlive/texmf-dist/doc/latex/iscram/iscram-class-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/iscram/iscram-class-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/iscram
/usr/share/texlive/texmf-dist/tex/latex/iscram/iscram.cls

References

Summary

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