How To Install texlive-adjmulticol on Fedora 36
Introduction
In this tutorial we learn how to install texlive-adjmulticol on Fedora 36.
What is texlive-adjmulticol
The package adds, to the multicol package, the option to change the margins for multicolumn and unicolumn layout. The package understands the difference between the even and odd margins for two side printing.
We can use yum or dnf to install texlive-adjmulticol on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-adjmulticol.
Install texlive-adjmulticol 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-adjmulticol using dnf by running the following command:
sudo dnf -y install texlive-adjmulticol
Install texlive-adjmulticol 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-adjmulticol using yum by running the following command:
sudo yum -y install texlive-adjmulticol
How To Uninstall texlive-adjmulticol on Fedora 36
To uninstall only the texlive-adjmulticol package we can use the following command:
sudo dnf remove texlive-adjmulticol
texlive-adjmulticol Package Contents on Fedora 36
/usr/share/licenses/texlive-adjmulticol
/usr/share/licenses/texlive-adjmulticol/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/adjmulticol
/usr/share/texlive/texmf-dist/tex/latex/adjmulticol/adjmulticol.sty
References
Summary
In this tutorial we learn how to install texlive-adjmulticol on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).