How To Install texlive-pkgloader on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pkgloader on Fedora 36.
What is texlive-pkgloader
The package seeks to address the frustration caused by package conflicts. It is in an early stage of its development, and should probably not be used as a matter of course; however the author welcomes feedback via the home page link given in this catalogue entry. Nevertheless, the author urges users to try the package and to report issues (or whatever) via the package’s repository.
We can use yum or dnf to install texlive-pkgloader on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pkgloader.
Install texlive-pkgloader 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-pkgloader using dnf by running the following command:
sudo dnf -y install texlive-pkgloader
Install texlive-pkgloader 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-pkgloader using yum by running the following command:
sudo yum -y install texlive-pkgloader
How To Uninstall texlive-pkgloader on Fedora 36
To uninstall only the texlive-pkgloader package we can use the following command:
sudo dnf remove texlive-pkgloader
texlive-pkgloader Package Contents on Fedora 36
/usr/share/licenses/texlive-pkgloader
/usr/share/licenses/texlive-pkgloader/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/pkgloader
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-cls-pkg.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-dry.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-early.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-error.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-false.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-late.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-recommended.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader-true.sty
/usr/share/texlive/texmf-dist/tex/latex/pkgloader/pkgloader.sty
References
Summary
In this tutorial we learn how to install texlive-pkgloader on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).