How To Install texlive-nar on Fedora 36
Introduction
In this tutorial we learn how to install texlive-nar on Fedora 36.
What is texlive-nar
This BibTeX bibliography style is for the journal Nucleic Acid Research. It was adapted from the standard unsrt.bst style file.
We can use yum or dnf to install texlive-nar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-nar.
Install texlive-nar 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-nar using dnf by running the following command:
sudo dnf -y install texlive-nar
Install texlive-nar 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-nar using yum by running the following command:
sudo yum -y install texlive-nar
How To Uninstall texlive-nar on Fedora 36
To uninstall only the texlive-nar package we can use the following command:
sudo dnf remove texlive-nar
texlive-nar Package Contents on Fedora 36
/usr/share/licenses/texlive-nar
/usr/share/licenses/texlive-nar/other-free.txt
/usr/share/texlive/texmf-dist/bibtex/bst/nar
/usr/share/texlive/texmf-dist/bibtex/bst/nar/nar.bst
References
Summary
In this tutorial we learn how to install texlive-nar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).