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

Last updated: October 05,2024

1. Install "ecl.x86_64" package

This tutorial shows how to install ecl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ecl.x86_64

2. Uninstall "ecl.x86_64" package

This guide let you learn how to uninstall ecl.x86_64 on Fedora 34:

$ sudo dnf remove ecl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:30:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ecl
Version : 21.2.1
Release : 1.fc34
Architecture : x86_64
Size : 4.2 M
Source : ecl-21.2.1-1.fc34.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.