How To Install texlive-ulthese on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ulthese
on Fedora 36.
What is texlive-ulthese
The package provides a class based on memoir to prepare theses and memoirs compliant with the presentation rules set forth by the Faculty of Graduate Studies of Universite Laval, Quebec, Canada. The class also comes with an extensive set of templates for the various types of theses and memoirs offered at Laval. Please note that the documentation for the class and the comments in the templates are all written in French, the language of the target audience.
We can use yum
or dnf
to install texlive-ulthese
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ulthese.
Install texlive-ulthese 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-ulthese
using dnf
by running the following command:
sudo dnf -y install texlive-ulthese
Install texlive-ulthese 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-ulthese
using yum
by running the following command:
sudo yum -y install texlive-ulthese
How To Uninstall texlive-ulthese on Fedora 36
To uninstall only the texlive-ulthese
package we can use the following command:
sudo dnf remove texlive-ulthese
texlive-ulthese Package Contents on Fedora 36
/usr/share/licenses/texlive-ulthese
/usr/share/licenses/texlive-ulthese/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/ulthese
/usr/share/texlive/texmf-dist/tex/latex/ulthese/ul_p.eps
/usr/share/texlive/texmf-dist/tex/latex/ulthese/ul_p.pdf
/usr/share/texlive/texmf-dist/tex/latex/ulthese/ulthese.cls
References
Summary
In this tutorial we learn how to install texlive-ulthese
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).