How To Install texlive-subfiles on Fedora 36
Introduction
In this tutorial we learn how to install texlive-subfiles on Fedora 36.
What is texlive-subfiles
Using subfiles the user can handle multi-file projects more comfortably making it possible to both process the subsidiary files by themselves and to process the main file that includes them, without making any changes to either.
We can use yum or dnf to install texlive-subfiles on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-subfiles.
Install texlive-subfiles 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-subfiles using dnf by running the following command:
sudo dnf -y install texlive-subfiles
Install texlive-subfiles 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-subfiles using yum by running the following command:
sudo yum -y install texlive-subfiles
How To Uninstall texlive-subfiles on Fedora 36
To uninstall only the texlive-subfiles package we can use the following command:
sudo dnf remove texlive-subfiles
texlive-subfiles Package Contents on Fedora 36
/usr/share/licenses/texlive-subfiles
/usr/share/licenses/texlive-subfiles/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/subfiles
/usr/share/texlive/texmf-dist/tex/latex/subfiles/subfiles.cls
/usr/share/texlive/texmf-dist/tex/latex/subfiles/subfiles.sty
References
Summary
In this tutorial we learn how to install texlive-subfiles on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).