How To Install texlive-warpcol on Fedora 36
Introduction
In this tutorial we learn how to install texlive-warpcol on Fedora 36.
What is texlive-warpcol
Defines a tabular column type for formatting numerical columns in LaTeX. The column type enables numerical items to be right justified relative to each other, while centred beneath the column label. In addition, macros are provided to enable variations on this column type to be defined. Usage of the package is superficially similar to that of dcolumn; however, the alignment scheme is different, and the packages have different, though overlapping, applications.
We can use yum or dnf to install texlive-warpcol on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-warpcol.
Install texlive-warpcol 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-warpcol using dnf by running the following command:
sudo dnf -y install texlive-warpcol
Install texlive-warpcol 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-warpcol using yum by running the following command:
sudo yum -y install texlive-warpcol
How To Uninstall texlive-warpcol on Fedora 36
To uninstall only the texlive-warpcol package we can use the following command:
sudo dnf remove texlive-warpcol
texlive-warpcol Package Contents on Fedora 36
/usr/share/licenses/texlive-warpcol
/usr/share/licenses/texlive-warpcol/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/warpcol
/usr/share/texlive/texmf-dist/tex/latex/warpcol/warpcol.sty
References
Summary
In this tutorial we learn how to install texlive-warpcol on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).