How To Install texlive-sudoku on Fedora 36
Introduction
In this tutorial we learn how to install texlive-sudoku on Fedora 36.
What is texlive-sudoku
The sudoku package provides an environment for typesetting sudoku grids. A sudoku puzzle is a 9x9 grid where some of the squares in the grid contain numbers. The rules are simple every column can only contain the digits 1 to 9, every row can only contain the digits 1 to 9 and every 3x3 box can only contain the digits 1 to 9. More information, including help and example puzzles, can be found at sudoku.org.uk. This site also has blank sudoku grids (or worksheets), but you will not need to print them from there if you have this package installed.
We can use yum or dnf to install texlive-sudoku on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sudoku.
Install texlive-sudoku 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-sudoku using dnf by running the following command:
sudo dnf -y install texlive-sudoku
Install texlive-sudoku 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-sudoku using yum by running the following command:
sudo yum -y install texlive-sudoku
How To Uninstall texlive-sudoku on Fedora 36
To uninstall only the texlive-sudoku package we can use the following command:
sudo dnf remove texlive-sudoku
texlive-sudoku Package Contents on Fedora 36
/usr/share/licenses/texlive-sudoku
/usr/share/licenses/texlive-sudoku/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/sudoku
/usr/share/texlive/texmf-dist/tex/latex/sudoku/sudoku.sty
References
Summary
In this tutorial we learn how to install texlive-sudoku on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).