How To Install texlive-fixlatvian on Rocky Linux 8
Introduction
In this tutorial we learn how to install texlive-fixlatvian
on Rocky Linux 8.
What is texlive-fixlatvian
The package offers improvement of the Latvian language support in polyglossia, in particular in the area of the standard classes.
We can use yum
or dnf
to install texlive-fixlatvian
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fixlatvian.
Install texlive-fixlatvian on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-fixlatvian
using dnf
by running the following command:
sudo dnf -y install texlive-fixlatvian
Install texlive-fixlatvian on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-fixlatvian
using yum
by running the following command:
sudo yum -y install texlive-fixlatvian
How To Uninstall texlive-fixlatvian on Rocky Linux 8
To uninstall only the texlive-fixlatvian
package we can use the following command:
sudo dnf remove texlive-fixlatvian
texlive-fixlatvian Package Contents on Rocky Linux 8
/usr/share/licenses/texlive-fixlatvian
/usr/share/licenses/texlive-fixlatvian/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/xelatex/fixlatvian
/usr/share/texlive/texmf-dist/doc/xelatex/fixlatvian/Makefile
/usr/share/texlive/texmf-dist/doc/xelatex/fixlatvian/README
/usr/share/texlive/texmf-dist/doc/xelatex/fixlatvian/fixlatvian.pdf
/usr/share/texlive/texmf-dist/makeindex/fixlatvian
/usr/share/texlive/texmf-dist/makeindex/fixlatvian/lv.ist
/usr/share/texlive/texmf-dist/tex/xelatex/fixlatvian
/usr/share/texlive/texmf-dist/tex/xelatex/fixlatvian/fixlatvian.sty
References
Summary
In this tutorial we learn how to install texlive-fixlatvian
on Rocky Linux 8 using yum and dnf.