How To Install texlive-bibtexperllibs on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bibtexperllibs on Fedora 36.
What is texlive-bibtexperllibs
This package provides BibTeX related Perl libraries by Gerhard Gossen, repacked by Boris Veytsman, for TeX Live and other TDS- compliant distributions. The libraries are written in pure Perl, so should work out of the box on any architecture. They have been packaged here mostly for Boris Veytsman’s BibTeX suite, but can be used in any other Perl script.
We can use yum or dnf to install texlive-bibtexperllibs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bibtexperllibs.
Install texlive-bibtexperllibs 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-bibtexperllibs using dnf by running the following command:
sudo dnf -y install texlive-bibtexperllibs
Install texlive-bibtexperllibs 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-bibtexperllibs using yum by running the following command:
sudo yum -y install texlive-bibtexperllibs
How To Uninstall texlive-bibtexperllibs on Fedora 36
To uninstall only the texlive-bibtexperllibs package we can use the following command:
sudo dnf remove texlive-bibtexperllibs
texlive-bibtexperllibs Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install texlive-bibtexperllibs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).