How To Install texlive-threeddice on Fedora 36
Introduction
In this tutorial we learn how to install texlive-threeddice on Fedora 36.
What is texlive-threeddice
The package provides MetaPost code to create all possible symmetrical views (up to rotation) of a right-handed die. Configuration is possible by editing the source code, following the guidance in the documentation.
We can use yum or dnf to install texlive-threeddice on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-threeddice.
Install texlive-threeddice 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-threeddice using dnf by running the following command:
sudo dnf -y install texlive-threeddice
Install texlive-threeddice 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-threeddice using yum by running the following command:
sudo yum -y install texlive-threeddice
How To Uninstall texlive-threeddice on Fedora 36
To uninstall only the texlive-threeddice package we can use the following command:
sudo dnf remove texlive-threeddice
texlive-threeddice Package Contents on Fedora 36
/usr/share/licenses/texlive-threeddice
/usr/share/licenses/texlive-threeddice/lppl1.txt
/usr/share/texlive/texmf-dist/metapost/threeddice
/usr/share/texlive/texmf-dist/metapost/threeddice/threeddice.mp
References
Summary
In this tutorial we learn how to install texlive-threeddice on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).