How To Install texlive-cd on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cd
on Fedora 36.
What is texlive-cd
Normal usage will ordinarily require no more than a simple data file per cover; the package will make a full insert for a CD case (it copes with both normal and slim cases).
We can use yum
or dnf
to install texlive-cd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cd.
Install texlive-cd 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-cd
using dnf
by running the following command:
sudo dnf -y install texlive-cd
Install texlive-cd 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-cd
using yum
by running the following command:
sudo yum -y install texlive-cd
How To Uninstall texlive-cd on Fedora 36
To uninstall only the texlive-cd
package we can use the following command:
sudo dnf remove texlive-cd
texlive-cd Package Contents on Fedora 36
/usr/share/licenses/texlive-cd
/usr/share/licenses/texlive-cd/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/cd
/usr/share/texlive/texmf-dist/tex/latex/cd/cd.cls
References
Summary
In this tutorial we learn how to install texlive-cd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).