How To Install texlive-booktabs-de-doc on Fedora 36

In this tutorial we learn how to install texlive-booktabs-de-doc in Fedora 36. texlive-booktabs-de-doc is Documentation for booktabs-de

Introduction

In this tutorial we learn how to install texlive-booktabs-de-doc on Fedora 36.

What is texlive-booktabs-de-doc

Documentation for booktabs-de

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

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

sudo dnf -y install texlive-booktabs-de-doc

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

sudo yum -y install texlive-booktabs-de-doc

How To Uninstall texlive-booktabs-de-doc on Fedora 36

To uninstall only the texlive-booktabs-de-doc package we can use the following command:

sudo dnf remove texlive-booktabs-de-doc

texlive-booktabs-de-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-booktabs-de-doc
/usr/share/licenses/texlive-booktabs-de-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/booktabs-de
/usr/share/texlive/texmf-dist/doc/latex/booktabs-de/README-DE
/usr/share/texlive/texmf-dist/doc/latex/booktabs-de/booktabs-de.dtx
/usr/share/texlive/texmf-dist/doc/latex/booktabs-de/booktabs-de.ins
/usr/share/texlive/texmf-dist/doc/latex/booktabs-de/booktabs-de.pdf

References

Summary

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