How To Install texlive-tabularcalc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tabularcalc on Fedora 36.
What is texlive-tabularcalc
Given a list of numbers and one (or more) formulas, the package offers an easy syntax to build a table of values, i.e., a tabular in which the first row contains the list of numbers, and the other rows contain the calculated values of the formulas for each number of the list. The table may be built either horizontally or vertically and is fully customizable.
We can use yum or dnf to install texlive-tabularcalc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tabularcalc.
Install texlive-tabularcalc 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-tabularcalc using dnf by running the following command:
sudo dnf -y install texlive-tabularcalc
Install texlive-tabularcalc 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-tabularcalc using yum by running the following command:
sudo yum -y install texlive-tabularcalc
How To Uninstall texlive-tabularcalc on Fedora 36
To uninstall only the texlive-tabularcalc package we can use the following command:
sudo dnf remove texlive-tabularcalc
texlive-tabularcalc Package Contents on Fedora 36
/usr/share/licenses/texlive-tabularcalc
/usr/share/licenses/texlive-tabularcalc/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/tabularcalc
/usr/share/texlive/texmf-dist/tex/latex/tabularcalc/tabularcalc.sty
References
Summary
In this tutorial we learn how to install texlive-tabularcalc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).