How To Install texlive-jsclasses on Fedora 36

In this tutorial we learn how to install texlive-jsclasses in Fedora 36. texlive-jsclasses is Classes tailored for use with Japanese

Introduction

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

What is texlive-jsclasses

Classes jsarticle and jsbook are provided, together with packages okumacro and okuverb. These classes are designed to work under ASCII Corporation’s Japanese TeX system ptex.

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

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

sudo dnf -y install texlive-jsclasses

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

sudo yum -y install texlive-jsclasses

How To Uninstall texlive-jsclasses on Fedora 36

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

sudo dnf remove texlive-jsclasses

texlive-jsclasses Package Contents on Fedora 36

/usr/share/licenses/texlive-jsclasses
/usr/share/licenses/texlive-jsclasses/bsd.txt
/usr/share/texlive/texmf-dist/tex/platex/jsclasses
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jsarticle.cls
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jsbook.cls
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jslogo.sty
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jspf.cls
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jsreport.cls
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/jsverb.sty
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/kiyou.cls
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/minijs.sty
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/okumacro.sty
/usr/share/texlive/texmf-dist/tex/platex/jsclasses/okuverb.sty

References

Summary

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