How To Install texlive-lazylist on Fedora 36
Introduction
In this tutorial we learn how to install texlive-lazylist on Fedora 36.
What is texlive-lazylist
The package was developed to provide flexible lists, whose ordering can be altered on the fly. The implementation involves a pile of lambda-calculus and list-handling macros of an incredibly obtuse nature. The TUGboat paper serves as a manual for the macros. Having said all of which, confidence is enhanced by the knowledge that the TeX code was formally verified.
We can use yum or dnf to install texlive-lazylist on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-lazylist.
Install texlive-lazylist 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-lazylist using dnf by running the following command:
sudo dnf -y install texlive-lazylist
Install texlive-lazylist 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-lazylist using yum by running the following command:
sudo yum -y install texlive-lazylist
How To Uninstall texlive-lazylist on Fedora 36
To uninstall only the texlive-lazylist package we can use the following command:
sudo dnf remove texlive-lazylist
texlive-lazylist Package Contents on Fedora 36
/usr/share/licenses/texlive-lazylist
/usr/share/licenses/texlive-lazylist/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/lazylist
/usr/share/texlive/texmf-dist/tex/latex/lazylist/lazylist.sty
References
Summary
In this tutorial we learn how to install texlive-lazylist on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).