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

Last updated: September 28,2024

1. Install "lua-fun.noarch" package

Learn how to install lua-fun.noarch on Fedora 35

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

2. Uninstall "lua-fun.noarch" package

Learn how to uninstall lua-fun.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:03:38 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : lua-fun
Version : 0.1.3
Release : 16.fc35
Architecture : noarch
Size : 16 k
Source : lua-fun-0.1.3-16.fc35.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.