How To Install texlive-pxbase on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pxbase
on Fedora 36.
What is texlive-pxbase
The main purpose of this package is to provide auxiliary functions which are utilized by other packages created by the same author. It also provides a few user commands to assist in creating Japanese documents using (u)pLaTeX.
We can use yum
or dnf
to install texlive-pxbase
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pxbase.
Install texlive-pxbase 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-pxbase
using dnf
by running the following command:
sudo dnf -y install texlive-pxbase
Install texlive-pxbase 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-pxbase
using yum
by running the following command:
sudo yum -y install texlive-pxbase
How To Uninstall texlive-pxbase on Fedora 36
To uninstall only the texlive-pxbase
package we can use the following command:
sudo dnf remove texlive-pxbase
texlive-pxbase Package Contents on Fedora 36
/usr/share/licenses/texlive-pxbase
/usr/share/licenses/texlive-pxbase/other-free.txt
/usr/share/texlive/texmf-dist/tex/platex/pxbase
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbabel.sty
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbase.def
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbase.sty
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbasenc.def
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbsjc.def
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxbsjc1.def
/usr/share/texlive/texmf-dist/tex/platex/pxbase/pxjsfenc.def
/usr/share/texlive/texmf-dist/tex/platex/pxbase/upkcat.sty
References
Summary
In this tutorial we learn how to install texlive-pxbase
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).