How To Install texlive-aobs-tikz-doc on Fedora 36

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

Introduction

In this tutorial we learn how to install texlive-aobs-tikz-doc on Fedora 36.

What is texlive-aobs-tikz-doc

Documentation for aobs-tikz

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

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

sudo dnf -y install texlive-aobs-tikz-doc

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

sudo yum -y install texlive-aobs-tikz-doc

How To Uninstall texlive-aobs-tikz-doc on Fedora 36

To uninstall only the texlive-aobs-tikz-doc package we can use the following command:

sudo dnf remove texlive-aobs-tikz-doc

texlive-aobs-tikz-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-aobs-tikz-doc
/usr/share/licenses/texlive-aobs-tikz-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/aobs-tikz
/usr/share/texlive/texmf-dist/doc/latex/aobs-tikz/README
/usr/share/texlive/texmf-dist/doc/latex/aobs-tikz/aobs-tikz.pdf
/usr/share/texlive/texmf-dist/doc/latex/aobs-tikz/example.tex

References

Summary

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