How To Install texlive-beaulivre on Fedora 36
Introduction
In this tutorial we learn how to install texlive-beaulivre
on Fedora 36.
What is texlive-beaulivre
This package provides a LaTeX class for typesetting books with a colorful design. Currently, it has native support for Chinese (both simplified and traditional), English, French, German, Japanese and Russian typesetting. It compiles with either XeLaTeX or LuaLaTeX. This is part of the colorist class series and depends on colorist.sty from the colorist package. The package name “beaulivre” is taken from the French words “beau” (= “beautiful”) and “livre” (= “book”).
We can use yum
or dnf
to install texlive-beaulivre
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-beaulivre.
Install texlive-beaulivre 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-beaulivre
using dnf
by running the following command:
sudo dnf -y install texlive-beaulivre
Install texlive-beaulivre 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-beaulivre
using yum
by running the following command:
sudo yum -y install texlive-beaulivre
How To Uninstall texlive-beaulivre on Fedora 36
To uninstall only the texlive-beaulivre
package we can use the following command:
sudo dnf remove texlive-beaulivre
texlive-beaulivre Package Contents on Fedora 36
/usr/share/licenses/texlive-beaulivre
/usr/share/licenses/texlive-beaulivre/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/beaulivre
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/README.md
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/beaulivre-doc-cn.pdf
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/beaulivre-doc-cn.tex
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/beaulivre-doc-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/beaulivre/beaulivre-doc-en.tex
/usr/share/texlive/texmf-dist/tex/latex/beaulivre
/usr/share/texlive/texmf-dist/tex/latex/beaulivre/beaulivre.cls
References
Summary
In this tutorial we learn how to install texlive-beaulivre
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).