How To Install texlive-fullwidth on Fedora 36
Introduction
In this tutorial we learn how to install texlive-fullwidth on Fedora 36.
What is texlive-fullwidth
The package provides the environment fullwidth, which sets the left and right margins in a simple way. There is no constraint about page breaks; if you are using the twoside mode, you can set the inner and outer margins to avoid the effects of the different margins.
We can use yum or dnf to install texlive-fullwidth on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fullwidth.
Install texlive-fullwidth 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-fullwidth using dnf by running the following command:
sudo dnf -y install texlive-fullwidth
Install texlive-fullwidth 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-fullwidth using yum by running the following command:
sudo yum -y install texlive-fullwidth
How To Uninstall texlive-fullwidth on Fedora 36
To uninstall only the texlive-fullwidth package we can use the following command:
sudo dnf remove texlive-fullwidth
texlive-fullwidth Package Contents on Fedora 36
/usr/share/licenses/texlive-fullwidth
/usr/share/licenses/texlive-fullwidth/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/fullwidth
/usr/share/texlive/texmf-dist/tex/latex/fullwidth/fullwidth.sty
References
Summary
In this tutorial we learn how to install texlive-fullwidth on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).