How To Install lua-penlight on Fedora 36
Introduction
In this tutorial we learn how to install lua-penlight on Fedora 36.
What is lua-penlight
A set of pure Lua libraries focusing on input data handling (such as reading configuration files), functional programming (such as map, reduce, placeholder expressions, etc.), and OS path management. Much of the functionality is inspired by the Python standard libraries.
We can use yum or dnf to install lua-penlight on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lua-penlight.
Install lua-penlight 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 using dnf by running the following command:
sudo dnf -y install lua-penlight
Install lua-penlight 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 using yum by running the following command:
sudo yum -y install lua-penlight
How To Uninstall lua-penlight on Fedora 36
To uninstall only the lua-penlight package we can use the following command:
sudo dnf remove lua-penlight
lua-penlight Package Contents on Fedora 36
/usr/share/doc/lua-penlight
/usr/share/doc/lua-penlight/CHANGELOG.html
/usr/share/doc/lua-penlight/CONTRIBUTING.html
/usr/share/doc/lua-penlight/README.html
/usr/share/licenses/lua-penlight
/usr/share/licenses/lua-penlight/LICENSE.html
/usr/share/lua/5.4/pl
/usr/share/lua/5.4/pl/Date.lua
/usr/share/lua/5.4/pl/List.lua
/usr/share/lua/5.4/pl/Map.lua
/usr/share/lua/5.4/pl/MultiMap.lua
/usr/share/lua/5.4/pl/OrderedMap.lua
/usr/share/lua/5.4/pl/Set.lua
/usr/share/lua/5.4/pl/app.lua
/usr/share/lua/5.4/pl/array2d.lua
/usr/share/lua/5.4/pl/class.lua
/usr/share/lua/5.4/pl/compat.lua
/usr/share/lua/5.4/pl/comprehension.lua
/usr/share/lua/5.4/pl/config.lua
/usr/share/lua/5.4/pl/data.lua
/usr/share/lua/5.4/pl/dir.lua
/usr/share/lua/5.4/pl/file.lua
/usr/share/lua/5.4/pl/func.lua
/usr/share/lua/5.4/pl/import_into.lua
/usr/share/lua/5.4/pl/init.lua
/usr/share/lua/5.4/pl/input.lua
/usr/share/lua/5.4/pl/lapp.lua
/usr/share/lua/5.4/pl/lexer.lua
/usr/share/lua/5.4/pl/luabalanced.lua
/usr/share/lua/5.4/pl/operator.lua
/usr/share/lua/5.4/pl/path.lua
/usr/share/lua/5.4/pl/permute.lua
/usr/share/lua/5.4/pl/pretty.lua
/usr/share/lua/5.4/pl/seq.lua
/usr/share/lua/5.4/pl/sip.lua
/usr/share/lua/5.4/pl/strict.lua
/usr/share/lua/5.4/pl/stringio.lua
/usr/share/lua/5.4/pl/stringx.lua
/usr/share/lua/5.4/pl/tablex.lua
/usr/share/lua/5.4/pl/template.lua
/usr/share/lua/5.4/pl/test.lua
/usr/share/lua/5.4/pl/text.lua
/usr/share/lua/5.4/pl/types.lua
/usr/share/lua/5.4/pl/url.lua
/usr/share/lua/5.4/pl/utils.lua
/usr/share/lua/5.4/pl/xml.lua
References
Summary
In this tutorial we learn how to install lua-penlight on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).