How To Install texlive-xq on Fedora 36

In this tutorial we learn how to install texlive-xq in Fedora 36. texlive-xq is Support for writing about xiangqi

Introduction

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

What is texlive-xq

The package is for writing about xiangqi or chinese chess. You can write games or parts of games and show diagrams with special positions.

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

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

sudo dnf -y install texlive-xq

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

sudo yum -y install texlive-xq

How To Uninstall texlive-xq on Fedora 36

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

sudo dnf remove texlive-xq

texlive-xq Package Contents on Fedora 36

/usr/share/licenses/texlive-xq
/usr/share/licenses/texlive-xq/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/source/public/xq
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqaddsignsbase.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqaddsignslarge.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqaddsignsnormal.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqbase.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqhints.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqlarge.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqnormal.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqwestbase.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqwestlarge.mf
/usr/share/texlive/texmf-dist/fonts/source/public/xq/xqwestnormal.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/xq
/usr/share/texlive/texmf-dist/fonts/tfm/public/xq/xqlarge.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/xq/xqnormal.tfm
/usr/share/texlive/texmf-dist/tex/latex/xq
/usr/share/texlive/texmf-dist/tex/latex/xq/xq.sty

References

Summary

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