How To Install texlive-bxpapersize on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bxpapersize on Fedora 36.
What is texlive-bxpapersize
As is well known, in LaTeX processing layout paper size specified by document class options is not automatically applied to output paper size. This package enables LaTeX authors to synchronize both kinds of paper sizes.
We can use yum or dnf to install texlive-bxpapersize on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bxpapersize.
Install texlive-bxpapersize 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-bxpapersize using dnf by running the following command:
sudo dnf -y install texlive-bxpapersize
Install texlive-bxpapersize 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-bxpapersize using yum by running the following command:
sudo yum -y install texlive-bxpapersize
How To Uninstall texlive-bxpapersize on Fedora 36
To uninstall only the texlive-bxpapersize package we can use the following command:
sudo dnf remove texlive-bxpapersize
texlive-bxpapersize Package Contents on Fedora 36
/usr/share/licenses/texlive-bxpapersize
/usr/share/licenses/texlive-bxpapersize/other-free.txt
/usr/share/texlive/texmf-dist/tex/latex/bxpapersize
/usr/share/texlive/texmf-dist/tex/latex/bxpapersize/bxpapersize.sty
References
Summary
In this tutorial we learn how to install texlive-bxpapersize on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).