How To Install texlive-placeins-plain on Fedora 36
Introduction
In this tutorial we learn how to install texlive-placeins-plain on Fedora 36.
What is texlive-placeins-plain
This TeX file provides various mechanisms (for plain TeX and close relatives) to let insertions (footnotes, topins, pageins, etc.) float within their appropriate section, but to prevent them from intruding into the following section, even when sections do not normally begin a new page. (If your sections normally begin a new page, just use \supereject to flush out insertions.)
We can use yum or dnf to install texlive-placeins-plain on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-placeins-plain.
Install texlive-placeins-plain 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-placeins-plain using dnf by running the following command:
sudo dnf -y install texlive-placeins-plain
Install texlive-placeins-plain 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-placeins-plain using yum by running the following command:
sudo yum -y install texlive-placeins-plain
How To Uninstall texlive-placeins-plain on Fedora 36
To uninstall only the texlive-placeins-plain package we can use the following command:
sudo dnf remove texlive-placeins-plain
texlive-placeins-plain Package Contents on Fedora 36
/usr/share/licenses/texlive-placeins-plain
/usr/share/licenses/texlive-placeins-plain/pd.txt
/usr/share/texlive/texmf-dist/tex/plain/placeins-plain
/usr/share/texlive/texmf-dist/tex/plain/placeins-plain/placeins.tex
References
Summary
In this tutorial we learn how to install texlive-placeins-plain on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).