How To Install lua-lpeg on Fedora 36

In this tutorial we learn how to install lua-lpeg in Fedora 36. lua-lpeg is Parsing Expression Grammars for Lua

Introduction

In this tutorial we learn how to install lua-lpeg on Fedora 36.

What is lua-lpeg

LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).

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

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

sudo dnf -y install lua-lpeg

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

sudo yum -y install lua-lpeg

How To Uninstall lua-lpeg on Fedora 36

To uninstall only the lua-lpeg package we can use the following command:

sudo dnf remove lua-lpeg

lua-lpeg Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/83aa25d04b8b3454560ea663d9d0337c9d38d3
/usr/lib64/lua/5.4/lpeg.so
/usr/lib64/lua/5.4/lpeg.so.1.0.2
/usr/share/doc/lua-lpeg
/usr/share/doc/lua-lpeg/HISTORY
/usr/share/doc/lua-lpeg/lpeg-128.gif
/usr/share/doc/lua-lpeg/lpeg.html
/usr/share/doc/lua-lpeg/re.html
/usr/share/doc/lua-lpeg/test.lua
/usr/share/lua/5.4/re.lua

References

Summary

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