How to Install and Uninstall fennel.noarch Package on Fedora 35
Last updated: November 26,2024
1. Install "fennel.noarch" package
This tutorial shows how to install fennel.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
fennel.noarch
Copied
2. Uninstall "fennel.noarch" package
In this section, we are going to explain the necessary steps to uninstall fennel.noarch on Fedora 35:
$
sudo dnf remove
fennel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the fennel.noarch package on Fedora 35
Last metadata expiration check: 3:22:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : fennel
Version : 1.1.0
Release : 1.fc35
Architecture : noarch
Size : 106 k
Source : fennel-1.1.0-1.fc35.src.rpm
Repository : updates
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.
Available Packages
Name : fennel
Version : 1.1.0
Release : 1.fc35
Architecture : noarch
Size : 106 k
Source : fennel-1.1.0-1.fc35.src.rpm
Repository : updates
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.