How To Install texlive-calcage on Fedora 36
Introduction
In this tutorial we learn how to install texlive-calcage
on Fedora 36.
What is texlive-calcage
The package calculates the age of someone or something in years. Internally it uses the datenumber package to calculate the age in days; conversion from days to years is then performed, taking care of leap years and such odd things.
We can use yum
or dnf
to install texlive-calcage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-calcage.
Install texlive-calcage 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-calcage
using dnf
by running the following command:
sudo dnf -y install texlive-calcage
Install texlive-calcage 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-calcage
using yum
by running the following command:
sudo yum -y install texlive-calcage
How To Uninstall texlive-calcage on Fedora 36
To uninstall only the texlive-calcage
package we can use the following command:
sudo dnf remove texlive-calcage
texlive-calcage Package Contents on Fedora 36
/usr/share/licenses/texlive-calcage
/usr/share/licenses/texlive-calcage/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/calcage
/usr/share/texlive/texmf-dist/tex/latex/calcage/calcage.sty
References
Summary
In this tutorial we learn how to install texlive-calcage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).