How To Install texlive-askinclude on Fedora 36

In this tutorial we learn how to install texlive-askinclude in Fedora 36. texlive-askinclude is Interactive use of \includeonly

Introduction

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

What is texlive-askinclude

The package asks the user which files to put in a \includeonly command. There is provision for answering “same as last time” or “all files”.

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

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

sudo dnf -y install texlive-askinclude

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

sudo yum -y install texlive-askinclude

How To Uninstall texlive-askinclude on Fedora 36

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

sudo dnf remove texlive-askinclude

texlive-askinclude Package Contents on Fedora 36

/usr/share/licenses/texlive-askinclude
/usr/share/licenses/texlive-askinclude/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/askinclude
/usr/share/texlive/texmf-dist/doc/latex/askinclude/README.md
/usr/share/texlive/texmf-dist/doc/latex/askinclude/askinclude.bib
/usr/share/texlive/texmf-dist/doc/latex/askinclude/askinclude.pdf
/usr/share/texlive/texmf-dist/tex/latex/askinclude
/usr/share/texlive/texmf-dist/tex/latex/askinclude/askinclude.sty

References

Summary

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