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

Last updated: October 05,2024

1. Install "clisp.x86_64" package

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

$ sudo dnf update $ sudo dnf install clisp.x86_64

2. Uninstall "clisp.x86_64" package

Please follow the steps below to uninstall clisp.x86_64 on Fedora 34:

$ sudo dnf remove clisp.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:58:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : clisp
Version : 2.49.93
Release : 20.d9cbf22git.fc34
Architecture : x86_64
Size : 6.1 M
Source : clisp-2.49.93-20.d9cbf22git.fc34.src.rpm
Repository : updates
Summary : ANSI Common Lisp implementation
URL : http://www.clisp.org/
License : GPLv2+
Description : ANSI Common Lisp is a high-level, general-purpose programming
: language. GNU CLISP is a Common Lisp implementation by Bruno Haible
: of Karlsruhe University and Michael Stoll of Munich University, both
: in Germany. It mostly supports the Lisp described in the ANSI Common
: Lisp standard. It runs on most Unix workstations (GNU/Linux, FreeBSD,
: NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and
: others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME)
: and needs only 4 MiB of RAM.
:
: It is Free Software and may be distributed under the terms of GNU GPL,
: while it is possible to distribute commercial proprietary applications
: compiled with GNU CLISP.
:
: The user interface comes in English, German, French, Spanish, Dutch,
: Russian and Danish, and can be changed at run time. GNU CLISP
: includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign
: language interface, sockets, i18n, fast bignums and more. An X11
: interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs
: Maxima, ACL2 and many other Common Lisp packages.