How To Install texlive-selectp on Fedora 36

In this tutorial we learn how to install texlive-selectp in Fedora 36. texlive-selectp is Select pages to be output

Introduction

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

What is texlive-selectp

Defines a command \outputonly, whose argument is a list of pages to be output. With the command present (before \begin{document}), only those pages are output. This package was inspired by code published by Knuth in TUGboat 8(2) (July 1987).

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

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

sudo dnf -y install texlive-selectp

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

sudo yum -y install texlive-selectp

How To Uninstall texlive-selectp on Fedora 36

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

sudo dnf remove texlive-selectp

texlive-selectp Package Contents on Fedora 36

/usr/share/licenses/texlive-selectp
/usr/share/licenses/texlive-selectp/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/selectp
/usr/share/texlive/texmf-dist/tex/latex/selectp/selectp.sty

References

Summary

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