How To Install texlive-lni on Fedora 36
Introduction
In this tutorial we learn how to install texlive-lni
on Fedora 36.
What is texlive-lni
This is the official version of the class “lni” for submissions to the Lecture Notes in Informatics published by the Gesellschaft fur Informatik. To use it, download the file lni-author-template.tex and edit it in your favorite LaTeX editor.
We can use yum
or dnf
to install texlive-lni
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lni.
Install texlive-lni 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-lni
using dnf
by running the following command:
sudo dnf -y install texlive-lni
Install texlive-lni 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-lni
using yum
by running the following command:
sudo yum -y install texlive-lni
How To Uninstall texlive-lni on Fedora 36
To uninstall only the texlive-lni
package we can use the following command:
sudo dnf remove texlive-lni
texlive-lni Package Contents on Fedora 36
/usr/share/licenses/texlive-lni
/usr/share/licenses/texlive-lni/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/lni
/usr/share/texlive/texmf-dist/bibtex/bst/lni/lni.bst
/usr/share/texlive/texmf-dist/bibtex/bst/lni/lnig.bst
/usr/share/texlive/texmf-dist/doc/latex/lni
/usr/share/texlive/texmf-dist/doc/latex/lni/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/latex/lni/CONTRIBUTING.md
/usr/share/texlive/texmf-dist/doc/latex/lni/README.md
/usr/share/texlive/texmf-dist/doc/latex/lni/lni-author-template.tex
/usr/share/texlive/texmf-dist/doc/latex/lni/lni-paper-example-de.bib
/usr/share/texlive/texmf-dist/doc/latex/lni/lni-paper-example-de.tex
/usr/share/texlive/texmf-dist/doc/latex/lni/lni.pdf
/usr/share/texlive/texmf-dist/tex/latex/lni
/usr/share/texlive/texmf-dist/tex/latex/lni/lni.cls
References
Summary
In this tutorial we learn how to install texlive-lni
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).