How To Install texlive-elegantbook on Fedora 36

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

Introduction

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

What is texlive-elegantbook

ElegantBook is designed for writing Books. This template is based on the standard LaTeX book class. The goal of this template is to make the writing process more elegant. Just enjoy it!

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

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

sudo dnf -y install texlive-elegantbook

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

sudo yum -y install texlive-elegantbook

How To Uninstall texlive-elegantbook on Fedora 36

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

sudo dnf remove texlive-elegantbook

texlive-elegantbook Package Contents on Fedora 36

/usr/share/licenses/texlive-elegantbook
/usr/share/licenses/texlive-elegantbook/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/elegantbook
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/License
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/README-CN.md
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/README.md
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/elegantbook-cn.pdf
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/elegantbook-cn.tex
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/elegantbook-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/elegantbook-en.tex
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/figure
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/figure/cover.jpg
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/figure/logo-blue.png
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/image
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/image/cert.pdf
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/image/donate.jpg
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/image/founder.png
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/image/scatter.jpg
/usr/share/texlive/texmf-dist/doc/latex/elegantbook/reference.bib
/usr/share/texlive/texmf-dist/tex/latex/elegantbook
/usr/share/texlive/texmf-dist/tex/latex/elegantbook/elegantbook.cls

References

Summary

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