How To Install texlive-outliner on Fedora 36

In this tutorial we learn how to install texlive-outliner in Fedora 36. texlive-outliner is Change section levels easily

Introduction

In this tutorial we learn how to install texlive-outliner on Fedora 36.

What is texlive-outliner

Allows you to write “\Level 2 {Some heading}” instead of the usual \section stuff; the definitions of the levels can then easily be changed. There is a mechanism for shifting all levels. This makes it easy to bundle existing articles into a compilation.

We can use yum or dnf to install texlive-outliner on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-outliner.

Install texlive-outliner 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-outliner using dnf by running the following command:

sudo dnf -y install texlive-outliner

Install texlive-outliner 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-outliner using yum by running the following command:

sudo yum -y install texlive-outliner

How To Uninstall texlive-outliner on Fedora 36

To uninstall only the texlive-outliner package we can use the following command:

sudo dnf remove texlive-outliner

texlive-outliner Package Contents on Fedora 36

/usr/share/licenses/texlive-outliner
/usr/share/licenses/texlive-outliner/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/outliner
/usr/share/texlive/texmf-dist/tex/latex/outliner/outliner.sty

References

Summary

In this tutorial we learn how to install texlive-outliner on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).