How To Install texlive-haranoaji on Fedora 36

In this tutorial we learn how to install texlive-haranoaji in Fedora 36. texlive-haranoaji is Harano Aji Fonts

Introduction

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

What is texlive-haranoaji

Harano Aji Fonts (Harano Aji Mincho and Harano Aji Gothic) are fonts obtained by replacing Adobe-Identity-0 (AI0) CIDs of Source Han fonts (Source Han Serif and Source Han Sans) with Adobe-Japan1 (AJ1) CIDs. There are 14 fonts, 7 weights each for Mincho and Gothic.

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

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

sudo dnf -y install texlive-haranoaji

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

sudo yum -y install texlive-haranoaji

How To Uninstall texlive-haranoaji on Fedora 36

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

sudo dnf remove texlive-haranoaji

texlive-haranoaji Package Contents on Fedora 36

/usr/share/appdata/haranoaji.metainfo.xml
/usr/share/fonts/haranoaji
/usr/share/licenses/texlive-haranoaji
/usr/share/licenses/texlive-haranoaji/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/haranoaji
/usr/share/texlive/texmf-dist/doc/fonts/haranoaji/LICENSE
/usr/share/texlive/texmf-dist/doc/fonts/haranoaji/README
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Bold.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Heavy.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Medium.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiGothic-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Bold.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Light.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/haranoaji/HaranoAjiMincho-Regular.otf
/usr/share/texlive/texmf-dist/tex/latex/haranoaji
/usr/share/texlive/texmf-dist/tex/latex/haranoaji/HaranoAjiGothic.fontspec
/usr/share/texlive/texmf-dist/tex/latex/haranoaji/HaranoAjiMincho.fontspec
/usr/share/texlive/tlpkg/tlpostcode/haranoaji-tlpost.pl

References

Summary

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