How To Install texlive-jpsj on Fedora 36
In this tutorial we learn how to install texlive-jpsj in Fedora 36. texlive-jpsj is Document Class for Journal of the Physical Society of Japan
Introduction
In this tutorial we learn how to install texlive-jpsj
on Fedora 36.
What is texlive-jpsj
jpsj package
We can use yum
or dnf
to install texlive-jpsj
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-jpsj.
Install texlive-jpsj 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-jpsj
using dnf
by running the following command:
sudo dnf -y install texlive-jpsj
Install texlive-jpsj 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-jpsj
using yum
by running the following command:
sudo yum -y install texlive-jpsj
How To Uninstall texlive-jpsj on Fedora 36
To uninstall only the texlive-jpsj
package we can use the following command:
sudo dnf remove texlive-jpsj
texlive-jpsj Package Contents on Fedora 36
/usr/share/licenses/texlive-jpsj
/usr/share/licenses/texlive-jpsj/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/jpsj
/usr/share/texlive/texmf-dist/tex/latex/jpsj/jpsj2.cls
References
Summary
In this tutorial we learn how to install texlive-jpsj
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).