How To Install texlive-bxbase on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bxbase on Fedora 36.
What is texlive-bxbase
The main purpose of this bundle is to serve as an underlying library for other packages created by the same author (their names start with “BX” or “PX”). However bxbase package contains a few user-level commands and is of some use by itself.
We can use yum or dnf to install texlive-bxbase on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bxbase.
Install texlive-bxbase 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-bxbase using dnf by running the following command:
sudo dnf -y install texlive-bxbase
Install texlive-bxbase 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-bxbase using yum by running the following command:
sudo yum -y install texlive-bxbase
How To Uninstall texlive-bxbase on Fedora 36
To uninstall only the texlive-bxbase package we can use the following command:
sudo dnf remove texlive-bxbase
texlive-bxbase Package Contents on Fedora 36
/usr/share/licenses/texlive-bxbase
/usr/share/licenses/texlive-bxbase/other-free.txt
/usr/share/texlive/texmf-dist/tex/latex/bxbase
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxbase.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxbase.sty
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxtoolbox-ext.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxtoolbox-ja.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxtoolbox.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxtoolbox.sty
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxutf8.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/bxutf8x.def
/usr/share/texlive/texmf-dist/tex/latex/bxbase/zxbase.sty
References
Summary
In this tutorial we learn how to install texlive-bxbase on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).