How to Install and Uninstall ecl.x86_64 Package on Fedora 38

Last updated: October 03,2024

1. Install "ecl.x86_64" package

This is a short guide on how to install ecl.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ecl.x86_64

2. Uninstall "ecl.x86_64" package

Please follow the steps below to uninstall ecl.x86_64 on Fedora 38:

$ sudo dnf remove ecl.x86_64 $ sudo dnf autoremove

3. Information about the ecl.x86_64 package on Fedora 38

Last metadata expiration check: 4:48:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ecl
Version : 21.2.1
Release : 7.fc38
Architecture : x86_64
Size : 4.3 M
Source : ecl-21.2.1-7.fc38.src.rpm
Repository : fedora
Summary : Embeddable Common-Lisp
URL : https://common-lisp.net/project/ecl/
License : LGPL-2.0-or-later AND BSD-2-Clause AND MIT AND X11 AND HPND AND LOOP AND LicenseRef-Fedora-Public-Domain
Description : ECL (Embeddable Common Lisp) is an implementation of the Common Lisp
: language as defined by the ANSI X3J13 specification. ECL features a
: bytecode compiler and interpreter, the ability to build standalone
: executables and libraries, and extensions such as ASDF, sockets, and
: Gray streams.