How To Install texlive-pxjahyper on Fedora 36

In this tutorial we learn how to install texlive-pxjahyper in Fedora 36. texlive-pxjahyper is Hyperref support for pLaTeX

Introduction

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

What is texlive-pxjahyper

This package adjusts the behavior of hyperref on (u)pLaTeX so that authors can properly create PDF documents that contain document information in Japanese.

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

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

sudo dnf -y install texlive-pxjahyper

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

sudo yum -y install texlive-pxjahyper

How To Uninstall texlive-pxjahyper on Fedora 36

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

sudo dnf remove texlive-pxjahyper

texlive-pxjahyper Package Contents on Fedora 36

/usr/share/licenses/texlive-pxjahyper
/usr/share/licenses/texlive-pxjahyper/other-free.txt
/usr/share/texlive/texmf-dist/tex/platex/pxjahyper
/usr/share/texlive/texmf-dist/tex/platex/pxjahyper/pxjahyper-ajm.def
/usr/share/texlive/texmf-dist/tex/platex/pxjahyper/pxjahyper-enc.sty
/usr/share/texlive/texmf-dist/tex/platex/pxjahyper/pxjahyper.sty

References

Summary

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