How To Install texlive-outlines on Fedora 36
Introduction
In this tutorial we learn how to install texlive-outlines
on Fedora 36.
What is texlive-outlines
Defines an outline environment, which allows outline-style indented lists with freely mixed levels up to four levels deep. It replaces the nested begin/end pairs by different item tags \1 to \4 for each nesting level. This is very convenient in cases where nested lists are used a lot, such as for to-do lists or presentation slides.
We can use yum
or dnf
to install texlive-outlines
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-outlines.
Install texlive-outlines 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-outlines
using dnf
by running the following command:
sudo dnf -y install texlive-outlines
Install texlive-outlines 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-outlines
using yum
by running the following command:
sudo yum -y install texlive-outlines
How To Uninstall texlive-outlines on Fedora 36
To uninstall only the texlive-outlines
package we can use the following command:
sudo dnf remove texlive-outlines
texlive-outlines Package Contents on Fedora 36
/usr/share/licenses/texlive-outlines
/usr/share/licenses/texlive-outlines/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/outlines
/usr/share/texlive/texmf-dist/tex/latex/outlines/outlines.sty
References
Summary
In this tutorial we learn how to install texlive-outlines
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).