How To Install texlive-context-inifile on Fedora 36

In this tutorial we learn how to install texlive-context-inifile in Fedora 36. texlive-context-inifile is An ini-file pretty-printer, using ConTeXt

Introduction

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

What is texlive-context-inifile

The module parses an ini-file and prints the contents with a user-defined layout. The entries of the file may be sorted by up to three sort keys. The format of a simple ini-file would be value3 symbol2 = value4 The module only works with ConTeXt MkIV, and uses Lua to help process the input.

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

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

sudo dnf -y install texlive-context-inifile

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

sudo yum -y install texlive-context-inifile

How To Uninstall texlive-context-inifile on Fedora 36

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

sudo dnf remove texlive-context-inifile

texlive-context-inifile Package Contents on Fedora 36

/usr/share/licenses/texlive-context-inifile
/usr/share/licenses/texlive-context-inifile/gpl.txt
/usr/share/texlive/texmf-dist/doc/context/third/inifile
/usr/share/texlive/texmf-dist/doc/context/third/inifile/VERSION
/usr/share/texlive/texmf-dist/doc/context/third/inifile/inifile-demo.pdf
/usr/share/texlive/texmf-dist/doc/context/third/inifile/inifile-doc.pdf
/usr/share/texlive/texmf-dist/tex/context/third/inifile
/usr/share/texlive/texmf-dist/tex/context/third/inifile/t-inifile.tex

References

Summary

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