How To Install texlive-accessibility on Fedora 36

In this tutorial we learn how to install texlive-accessibility in Fedora 36. texlive-accessibility is Create tagged and structured PDF files

Introduction

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

What is texlive-accessibility

The accessibility package is intended to create tagged, structured PDF documents from LaTeX source code. It allows to produce tagged PDF output following Adobe’s PDF-1.5 and 1.6 specifications. This package is predominantly targeted at documents produced using the KOMA-Script document classes.

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

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

sudo dnf -y install texlive-accessibility

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

sudo yum -y install texlive-accessibility

How To Uninstall texlive-accessibility on Fedora 36

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

sudo dnf remove texlive-accessibility

texlive-accessibility Package Contents on Fedora 36

/usr/share/licenses/texlive-accessibility
/usr/share/licenses/texlive-accessibility/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/accessibility
/usr/share/texlive/texmf-dist/doc/latex/accessibility/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/latex/accessibility/README.md
/usr/share/texlive/texmf-dist/doc/latex/accessibility/accessibility-Anleitung-DE.pdf
/usr/share/texlive/texmf-dist/doc/latex/accessibility/accessibility.pdf
/usr/share/texlive/texmf-dist/tex/latex/accessibility
/usr/share/texlive/texmf-dist/tex/latex/accessibility/accessibility.sty

References

Summary

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