How To Install texlive-elegantpaper on Fedora 36

In this tutorial we learn how to install texlive-elegantpaper in Fedora 36. texlive-elegantpaper is An Elegant LaTeX Template for Working Papers

Introduction

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

What is texlive-elegantpaper

ElegantPaper is designed for writing working papers, especially for economics students. This template is based on the standard LaTeX article class. The goal of this template is to make the writing process easier and more comfortable.

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

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

sudo dnf -y install texlive-elegantpaper

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

sudo yum -y install texlive-elegantpaper

How To Uninstall texlive-elegantpaper on Fedora 36

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

sudo dnf remove texlive-elegantpaper

texlive-elegantpaper Package Contents on Fedora 36

/usr/share/licenses/texlive-elegantpaper
/usr/share/licenses/texlive-elegantpaper/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/License
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/README.md
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/elegantpaper-cn.pdf
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/elegantpaper-cn.tex
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/elegantpaper-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/elegantpaper-en.tex
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/image
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/image/donate.jpg
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/image/founder.png
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/image/star.png
/usr/share/texlive/texmf-dist/doc/latex/elegantpaper/wpref.bib
/usr/share/texlive/texmf-dist/tex/latex/elegantpaper
/usr/share/texlive/texmf-dist/tex/latex/elegantpaper/elegantpaper.cls

References

Summary

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