How To Install texlive-active-conf on Fedora 36

In this tutorial we learn how to install texlive-active-conf in Fedora 36. texlive-active-conf is Class for typesetting ACTIVE conference papers

Introduction

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

What is texlive-active-conf

Active-conf is a class for typesetting papers for the Active conference on noise and vibration control. It is initially intended for the 2006 conference in Adelaide, Australia. The class is based on article with more flexible front-matter, and can be customised for conferences in future years with a header file.

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

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

sudo dnf -y install texlive-active-conf

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

sudo yum -y install texlive-active-conf

How To Uninstall texlive-active-conf on Fedora 36

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

sudo dnf remove texlive-active-conf

texlive-active-conf Package Contents on Fedora 36

/usr/share/licenses/texlive-active-conf
/usr/share/licenses/texlive-active-conf/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/active-conf
/usr/share/texlive/texmf-dist/tex/latex/active-conf/active-conf.cls

References

Summary

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