How To Install texlive-pmhanguljamo on Fedora 36

In this tutorial we learn how to install texlive-pmhanguljamo in Fedora 36. texlive-pmhanguljamo is Poor man’s Hangul Jamo input method

Introduction

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

What is texlive-pmhanguljamo

This package provides a Hangul transliteration input method that allows to typeset Korean letters (Hangul) using the proper fonts. The name is derived from “Poor man’s Hangul Jamo Input Method”. The use of XeLaTeX is recommended. pdfTeX is not supported.

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

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

sudo dnf -y install texlive-pmhanguljamo

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

sudo yum -y install texlive-pmhanguljamo

How To Uninstall texlive-pmhanguljamo on Fedora 36

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

sudo dnf remove texlive-pmhanguljamo

texlive-pmhanguljamo Package Contents on Fedora 36

/usr/share/licenses/texlive-pmhanguljamo
/usr/share/licenses/texlive-pmhanguljamo/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/README.md
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/munjangganghwa.jpg
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/pmhanguljamo-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/pmhanguljamo-doc.tex
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/pmhanguljamo-kdoc.pdf
/usr/share/texlive/texmf-dist/doc/latex/pmhanguljamo/pmhanguljamo-kdoc.tex
/usr/share/texlive/texmf-dist/tex/latex/pmhanguljamo
/usr/share/texlive/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty
/usr/share/texlive/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty

References

Summary

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