How To Install texlive-phffullpagefigure on Fedora 36

In this tutorial we learn how to install texlive-phffullpagefigure in Fedora 36. texlive-phffullpagefigure is Figures which fill up a whole page

Introduction

In this tutorial we learn how to install texlive-phffullpagefigure on Fedora 36.

What is texlive-phffullpagefigure

This package defines a figure environment which provides the figure content on its own page, with the corresponding caption reading for example “Figure 3 (on next page)

We can use yum or dnf to install texlive-phffullpagefigure on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-phffullpagefigure.

Install texlive-phffullpagefigure 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-phffullpagefigure using dnf by running the following command:

sudo dnf -y install texlive-phffullpagefigure

Install texlive-phffullpagefigure 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-phffullpagefigure using yum by running the following command:

sudo yum -y install texlive-phffullpagefigure

How To Uninstall texlive-phffullpagefigure on Fedora 36

To uninstall only the texlive-phffullpagefigure package we can use the following command:

sudo dnf remove texlive-phffullpagefigure

texlive-phffullpagefigure Package Contents on Fedora 36

/usr/share/licenses/texlive-phffullpagefigure
/usr/share/licenses/texlive-phffullpagefigure/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/phffullpagefigure
/usr/share/texlive/texmf-dist/doc/latex/phffullpagefigure/Makefile
/usr/share/texlive/texmf-dist/doc/latex/phffullpagefigure/README.md
/usr/share/texlive/texmf-dist/doc/latex/phffullpagefigure/phffullpagefigure.pdf
/usr/share/texlive/texmf-dist/doc/latex/phffullpagefigure/pkg.mk
/usr/share/texlive/texmf-dist/tex/latex/phffullpagefigure
/usr/share/texlive/texmf-dist/tex/latex/phffullpagefigure/phffullpagefigure.sty

References

Summary

In this tutorial we learn how to install texlive-phffullpagefigure on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).