How to Install and Uninstall lua-fun.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "lua-fun.noarch" package

Please follow the guidance below to install lua-fun.noarch on Fedora 34

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

2. Uninstall "lua-fun.noarch" package

Please follow the guidelines below to uninstall lua-fun.noarch on Fedora 34:

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

3. Information about the lua-fun.noarch package on Fedora 34

Last metadata expiration check: 5:13:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : lua-fun
Version : 0.1.3
Release : 15.fc34
Architecture : noarch
Size : 16 k
Source : lua-fun-0.1.3-15.fc34.src.rpm
Repository : fedora
Summary : Functional programming library for Lua
URL : https://github.com/rtsisyk/luafun
License : MIT
Description : Lua Fun is a high-performance functional programming library for Lua
: designed with LuaJIT's trace compiler in mind.
:
: Lua Fun provides a set of more than 50 programming primitives typically
: found in languages like Standard ML, Haskell, Erlang, JavaScript, Python and
: even Lisp. High-order functions such as map, filter, reduce, zip, etc.,
: make it easy to write simple and efficient functional code.
:
: This package provides a module for Lua 5.4.