How To Install texlive-luarandom on Fedora 36

In this tutorial we learn how to install texlive-luarandom in Fedora 36. texlive-luarandom is Create lists of random numbers

Introduction

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

What is texlive-luarandom

This package can create lists of random numbers for any given interval [a;b]. It is possible to get lists with or without multiple numbers. The random generator will be initialized by the system time. The package can only be used with LuaLaTeX!

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

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

sudo dnf -y install texlive-luarandom

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

sudo yum -y install texlive-luarandom

How To Uninstall texlive-luarandom on Fedora 36

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

sudo dnf remove texlive-luarandom

texlive-luarandom Package Contents on Fedora 36

/usr/share/licenses/texlive-luarandom
/usr/share/licenses/texlive-luarandom/lppl.txt
/usr/share/texlive/texmf-dist/doc/lualatex/luarandom
/usr/share/texlive/texmf-dist/doc/lualatex/luarandom/Changes
/usr/share/texlive/texmf-dist/doc/lualatex/luarandom/README
/usr/share/texlive/texmf-dist/doc/lualatex/luarandom/luarandom-doc.pdf
/usr/share/texlive/texmf-dist/doc/lualatex/luarandom/luarandom-doc.tex
/usr/share/texlive/texmf-dist/tex/lualatex/luarandom
/usr/share/texlive/texmf-dist/tex/lualatex/luarandom/luarandom.sty

References

Summary

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