How To Install texlive-asciilist on Fedora 36
Introduction
In this tutorial we learn how to install texlive-asciilist on Fedora 36.
What is texlive-asciilist
The asciilist provides the environments AsciiList and AsciiDocList, which enable quickly typesetting nested lists in LaTeX without having to type individual item macros or opening/closing list environments. The package provides auxiliary functionality for loading such lists from files and provides macros for configuring the use of the list environments and the appearance of the typeset results.
We can use yum or dnf to install texlive-asciilist on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-asciilist.
Install texlive-asciilist 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-asciilist using dnf by running the following command:
sudo dnf -y install texlive-asciilist
Install texlive-asciilist 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-asciilist using yum by running the following command:
sudo yum -y install texlive-asciilist
How To Uninstall texlive-asciilist on Fedora 36
To uninstall only the texlive-asciilist package we can use the following command:
sudo dnf remove texlive-asciilist
texlive-asciilist Package Contents on Fedora 36
/usr/share/licenses/texlive-asciilist
/usr/share/licenses/texlive-asciilist/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/asciilist
/usr/share/texlive/texmf-dist/tex/latex/asciilist/asciilist.sty
References
Summary
In this tutorial we learn how to install texlive-asciilist on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).