How To Install texlive-babel-japanese on Fedora 36
Introduction
In this tutorial we learn how to install texlive-babel-japanese on Fedora 36.
What is texlive-babel-japanese
This package provides a japanese option for the babel package. It defines all the language definition macros in Japanese. Currently this package works with pLaTeX, upLaTeX, XeLaTeX and LuaLaTeX.
We can use yum or dnf to install texlive-babel-japanese on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-babel-japanese.
Install texlive-babel-japanese 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-babel-japanese using dnf by running the following command:
sudo dnf -y install texlive-babel-japanese
Install texlive-babel-japanese 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-babel-japanese using yum by running the following command:
sudo yum -y install texlive-babel-japanese
How To Uninstall texlive-babel-japanese on Fedora 36
To uninstall only the texlive-babel-japanese package we can use the following command:
sudo dnf remove texlive-babel-japanese
texlive-babel-japanese Package Contents on Fedora 36
/usr/share/licenses/texlive-babel-japanese
/usr/share/licenses/texlive-babel-japanese/lppl.txt
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/README.md
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/babel-japanese-sample.pdf
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/babel-japanese-sample.tex
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/babel-japanese.pdf
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/japanese.pdf
/usr/share/texlive/texmf-dist/doc/generic/babel-japanese/japanese.tex
/usr/share/texlive/texmf-dist/tex/generic/babel-japanese
/usr/share/texlive/texmf-dist/tex/generic/babel-japanese/japanese.ldf
References
Summary
In this tutorial we learn how to install texlive-babel-japanese on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).