How to Install and Uninstall fennel.noarch Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "fennel.noarch" package

Here is a brief guide to show you how to install fennel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install fennel.noarch

2. Uninstall "fennel.noarch" package

Please follow the guidance below to uninstall fennel.noarch on Rocky Linux 9:

$ sudo dnf remove fennel.noarch $ sudo dnf autoremove

3. Information about the fennel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:22:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : fennel
Version : 1.4.0
Release : 1.el9
Architecture : noarch
Size : 163 k
Source : fennel-1.4.0-1.el9.src.rpm
Repository : epel
Summary : A Lisp that compiles to Lua
URL : https://fennel-lang.org/
License : MIT
Description : Fennel is a Lisp that compiles to Lua. It aims to be easy to use, expressive,
: and has almost zero overhead compared to handwritten Lua.
:
: * *Full Lua compatibility* - You can use any function or library from Lua.
: * *Zero overhead* - Compiled code should be just as or more efficient than
: hand-written Lua.
: * *Compile-time macros* - Ship compiled code with no runtime dependency on
: Fennel.
: * *Embeddable* - Fennel is a one-file library as well as an executable. Embed it
: in other programs to support runtime extensibility and interactive
: development.
:
: At https://fennel-lang.org there's a live in-browser repl you can use without
: installing anything.