How to Install and Uninstall clisp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "clisp" package

This guide covers the steps necessary to install clisp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install clisp

2. Uninstall "clisp" package

Please follow the instructions below to uninstall clisp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove clisp $ sudo apt autoclean && sudo apt autoremove

3. Information about the clisp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: clisp
Priority: optional
Section: universe/interpreters
Installed-Size: 9515
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: amd64
Version: 1:2.49-9ubuntu1
Provides: clisp-fasl-loader-20080430, lisp-compiler
Depends: libc6 (>= 2.15), libffcall1 (>= 1.10+2.41), libreadline5 (>= 5.2), libsigsegv2 (>= 2.9), libtinfo5
Suggests: gdb, clisp-doc, clisp-dev, slime
Conflicts: clisp-dev (<< 1:2.49-2)
Breaks: cl-asdf (<< 2:1.704-1), common-lisp-controller (<< 6.19)
Filename: pool/universe/c/clisp/clisp_2.49-9ubuntu1_amd64.deb
Size: 1652314
MD5sum: d185d536f8e1b35cc35859b12a2276a5
SHA1: d0e6dd2f278e5d11433b5acec99498465ddc053f
SHA256: ce8a62892009a3afb17b41058734336de763692a541659a410c5f021a490b725
Description-en: GNU CLISP, a Common Lisp implementation
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 MB 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.
Description-md5: 4b34a9848e82edbca3a88f7f83ffd84c
Homepage: http://www.clisp.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu