How To Install texlive-pagesel on Fedora 36
Introduction
In this tutorial we learn how to install texlive-pagesel on Fedora 36.
What is texlive-pagesel
Selects single pages, ranges of pages, odd pages or even pages for output. The package is part of the oberdiek bundle.
We can use yum or dnf to install texlive-pagesel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pagesel.
Install texlive-pagesel 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-pagesel using dnf by running the following command:
sudo dnf -y install texlive-pagesel
Install texlive-pagesel 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-pagesel using yum by running the following command:
sudo yum -y install texlive-pagesel
How To Uninstall texlive-pagesel on Fedora 36
To uninstall only the texlive-pagesel package we can use the following command:
sudo dnf remove texlive-pagesel
texlive-pagesel Package Contents on Fedora 36
/usr/share/licenses/texlive-pagesel
/usr/share/licenses/texlive-pagesel/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/pagesel
/usr/share/texlive/texmf-dist/doc/latex/pagesel/README.md
/usr/share/texlive/texmf-dist/doc/latex/pagesel/pagesel.pdf
/usr/share/texlive/texmf-dist/tex/latex/pagesel
/usr/share/texlive/texmf-dist/tex/latex/pagesel/pagesel-2016-05-16.sty
/usr/share/texlive/texmf-dist/tex/latex/pagesel/pagesel.sty
References
Summary
In this tutorial we learn how to install texlive-pagesel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).