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

Last updated: May 19,2024

1. Install "ecl.x86_64" package

Please follow the steps below to install ecl.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ecl.x86_64

2. Uninstall "ecl.x86_64" package

Here is a brief guide to show you how to uninstall ecl.x86_64 on Fedora 35:

$ sudo dnf remove ecl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:07:51 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ecl
Version : 21.2.1
Release : 2.fc35
Architecture : x86_64
Size : 4.2 M
Source : ecl-21.2.1-2.fc35.src.rpm
Repository : fedora
Summary : Embeddable Common-Lisp
URL : https://common-lisp.net/project/ecl/
License : LGPLv2+ and BSD and MIT and 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.