How To Install texlive-blkarray on Fedora 36
Introduction
In this tutorial we learn how to install texlive-blkarray on Fedora 36.
What is texlive-blkarray
An experimental package which implements an environment, blockarray, that may be used in the same way as the array or tabular environments of standard LaTeX, or their extended versions defined in array. If used in math-mode, blockarray acts like array, otherwise it acts like tabular. The package implements a new method of defining column types, and also block and block* environments, for specifying sub-arrays of the main array. What’s more, the \footnote command works inside a blockarray.
We can use yum or dnf to install texlive-blkarray on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-blkarray.
Install texlive-blkarray 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-blkarray using dnf by running the following command:
sudo dnf -y install texlive-blkarray
Install texlive-blkarray 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-blkarray using yum by running the following command:
sudo yum -y install texlive-blkarray
How To Uninstall texlive-blkarray on Fedora 36
To uninstall only the texlive-blkarray package we can use the following command:
sudo dnf remove texlive-blkarray
texlive-blkarray Package Contents on Fedora 36
/usr/share/licenses/texlive-blkarray
/usr/share/licenses/texlive-blkarray/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/blkarray
/usr/share/texlive/texmf-dist/tex/latex/blkarray/blkarray.sty
References
Summary
In this tutorial we learn how to install texlive-blkarray on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).