How To Install texlive-othelloboard on Fedora 36
Introduction
In this tutorial we learn how to install texlive-othelloboard on Fedora 36.
What is texlive-othelloboard
The package enables the user to generate high-quality Othello (also known as Reversi) board diagrams of any size. The diagrams support annotations, including full game transcripts. Automated board or transcript creation, from plain text formats standard to WZebra (and other programs) is also supported.
We can use yum or dnf to install texlive-othelloboard on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-othelloboard.
Install texlive-othelloboard 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-othelloboard using dnf by running the following command:
sudo dnf -y install texlive-othelloboard
Install texlive-othelloboard 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-othelloboard using yum by running the following command:
sudo yum -y install texlive-othelloboard
How To Uninstall texlive-othelloboard on Fedora 36
To uninstall only the texlive-othelloboard package we can use the following command:
sudo dnf remove texlive-othelloboard
texlive-othelloboard Package Contents on Fedora 36
/usr/share/licenses/texlive-othelloboard
/usr/share/licenses/texlive-othelloboard/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/othelloboard
/usr/share/texlive/texmf-dist/tex/latex/othelloboard/othelloboard.sty
References
Summary
In this tutorial we learn how to install texlive-othelloboard on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).