How To Install lua-penlight-examples on Fedora 36

In this tutorial we learn how to install lua-penlight-examples in Fedora 36. lua-penlight-examples is Examples of lua-penlight usage

Introduction

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

What is lua-penlight-examples

Examples of lua-penlight usage

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

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

sudo dnf -y install lua-penlight-examples

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

sudo yum -y install lua-penlight-examples

How To Uninstall lua-penlight-examples on Fedora 36

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

sudo dnf remove lua-penlight-examples

lua-penlight-examples Package Contents on Fedora 36

/usr/share/doc/lua-penlight/examples
/usr/share/doc/lua-penlight/examples/seesubst.lua
/usr/share/doc/lua-penlight/examples/sipscan.lua
/usr/share/doc/lua-penlight/examples/symbols.lua
/usr/share/doc/lua-penlight/examples/test-cmp.lua
/usr/share/doc/lua-penlight/examples/test-listcallbacks.lua
/usr/share/doc/lua-penlight/examples/test-pretty.lua
/usr/share/doc/lua-penlight/examples/test-symbols.lua
/usr/share/doc/lua-penlight/examples/testclone.lua
/usr/share/doc/lua-penlight/examples/testconfig.lua
/usr/share/doc/lua-penlight/examples/testglobal.lua
/usr/share/doc/lua-penlight/examples/testinputfields.lua
/usr/share/doc/lua-penlight/examples/testinputfields2.lua
/usr/share/doc/lua-penlight/examples/testxml.lua
/usr/share/doc/lua-penlight/examples/which.lua

References

Summary

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