How To Install texlive-arsclassica on Fedora 36

In this tutorial we learn how to install texlive-arsclassica in Fedora 36. texlive-arsclassica is A different view of the ClassicThesis package

Introduction

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

What is texlive-arsclassica

The package changes some typographical points of the ClassicThesis style, by Andre Miede. It enables the user to reproduce the look of the guide The art of writing with LaTeX (the web page is in Italian).

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

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

sudo dnf -y install texlive-arsclassica

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

sudo yum -y install texlive-arsclassica

How To Uninstall texlive-arsclassica on Fedora 36

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

sudo dnf remove texlive-arsclassica

texlive-arsclassica Package Contents on Fedora 36

/usr/share/licenses/texlive-arsclassica
/usr/share/licenses/texlive-arsclassica/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/arsclassica
/usr/share/texlive/texmf-dist/tex/latex/arsclassica/arsclassica.sty

References

Summary

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