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

Last updated: May 18,2024

1. Install "ecl.i686" package

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

$ sudo dnf update $ sudo dnf install ecl.i686

2. Uninstall "ecl.i686" package

Please follow the step by step instructions below to uninstall ecl.i686 on Fedora 34:

$ sudo dnf remove ecl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:08:00 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ecl
Version : 21.2.1
Release : 1.fc34
Architecture : i686
Size : 4.0 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.