How To Install texlive-block on Fedora 36
Introduction
In this tutorial we learn how to install texlive-block on Fedora 36.
What is texlive-block
A style file for use with the letter class that overwrites the \opening and \closing macros so that letters can be styled with the block letter style instead of the default style. Thus, the return address, the closing, and the signature appear flushed on the left margin.
We can use yum or dnf to install texlive-block on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-block.
Install texlive-block 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-block using dnf by running the following command:
sudo dnf -y install texlive-block
Install texlive-block 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-block using yum by running the following command:
sudo yum -y install texlive-block
How To Uninstall texlive-block on Fedora 36
To uninstall only the texlive-block package we can use the following command:
sudo dnf remove texlive-block
texlive-block Package Contents on Fedora 36
/usr/share/licenses/texlive-block
/usr/share/licenses/texlive-block/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/block
/usr/share/texlive/texmf-dist/tex/latex/block/block.sty
References
Summary
In this tutorial we learn how to install texlive-block on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).