How to Install and Uninstall ecl.i686 Package on Fedora 36

Last updated: January 11,2025

1. Install "ecl.i686" package

Please follow the guidelines below to install ecl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ecl.i686

2. Uninstall "ecl.i686" package

In this section, we are going to explain the necessary steps to uninstall ecl.i686 on Fedora 36:

$ sudo dnf remove ecl.i686 $ sudo dnf autoremove

3. Information about the ecl.i686 package on Fedora 36

Last metadata expiration check: 5:11:52 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ecl
Version : 21.2.1
Release : 5.fc36
Architecture : i686
Size : 4.4 M
Source : ecl-21.2.1-5.fc36.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.