How To Install texlive-l3kernel on Fedora 36

In this tutorial we learn how to install texlive-l3kernel in Fedora 36. texlive-l3kernel is LaTeX3 programming conventions

Introduction

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

What is texlive-l3kernel

The l3kernel bundle provides an implementation of the LaTeX3 programmers’ interface, as a set of packages that run under LaTeX 2e. The interface provides the foundation on which the LaTeX3 kernel and other future code are built TeX programmers. The packages are set up so that the LaTeX3 conventions can be used with regular LaTeX 2e packages.

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

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

sudo dnf -y install texlive-l3kernel

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

sudo yum -y install texlive-l3kernel

How To Uninstall texlive-l3kernel on Fedora 36

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

sudo dnf remove texlive-l3kernel

texlive-l3kernel Package Contents on Fedora 36

/usr/share/licenses/texlive-l3kernel
/usr/share/licenses/texlive-l3kernel/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/l3kernel
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-code.tex
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3-generic.tex
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.ltx
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.lua
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3debug.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3deprecation.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3doc.cls
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3docstrip.tex
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88591.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885910.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885911.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885913.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885914.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885915.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso885916.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88592.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88593.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88594.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88595.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88596.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88597.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88598.def
/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3str-enc-iso88599.def

References

Summary

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