How to Install and Uninstall lua-epnf.noarch Package on Fedora 38

Last updated: January 15,2025

1. Install "lua-epnf.noarch" package

Here is a brief guide to show you how to install lua-epnf.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install lua-epnf.noarch

2. Uninstall "lua-epnf.noarch" package

Here is a brief guide to show you how to uninstall lua-epnf.noarch on Fedora 38:

$ sudo dnf remove lua-epnf.noarch $ sudo dnf autoremove

3. Information about the lua-epnf.noarch package on Fedora 38

Last metadata expiration check: 3:50:51 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : lua-epnf
Version : 0.3
Release : 2.fc38
Architecture : noarch
Size : 13 k
Source : lua-epnf-0.3-2.fc38.src.rpm
Repository : fedora
Summary : Extended PEG Notation Format (easy grammars for LPeg)
URL : https://github.com/siffiejoe/lua-luaepnf
License : MIT
Description : This Lua module provides sugar for writing grammars/parsers using
: the LPeg library. It simplifies error reporting and AST building.