How To Install texlive-flowfram on Fedora 36
Introduction
In this tutorial we learn how to install texlive-flowfram on Fedora 36.
What is texlive-flowfram
The flowfram package enables you to create frames in a document such that the contents of the document environment flow from one frame to the next in the order in which they were defined. This is useful for creating posters or magazines, indeed any form of document that does not conform to the standard one or two column layout.
We can use yum or dnf to install texlive-flowfram on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-flowfram.
Install texlive-flowfram 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-flowfram using dnf by running the following command:
sudo dnf -y install texlive-flowfram
Install texlive-flowfram 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-flowfram using yum by running the following command:
sudo yum -y install texlive-flowfram
How To Uninstall texlive-flowfram on Fedora 36
To uninstall only the texlive-flowfram package we can use the following command:
sudo dnf remove texlive-flowfram
texlive-flowfram Package Contents on Fedora 36
/usr/share/licenses/texlive-flowfram
/usr/share/licenses/texlive-flowfram/lppl1.3.txt
/usr/share/texlive/texmf-dist/scripts/flowfram
/usr/share/texlive/texmf-dist/scripts/flowfram/flowfram.perl
/usr/share/texlive/texmf-dist/tex/latex/flowfram
/usr/share/texlive/texmf-dist/tex/latex/flowfram/flowfram.sty
References
Summary
In this tutorial we learn how to install texlive-flowfram on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).