How to Install and Uninstall cl-quicklisp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "cl-quicklisp" package

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

$ sudo apt update $ sudo apt install cl-quicklisp

2. Uninstall "cl-quicklisp" package

This guide covers the steps necessary to uninstall cl-quicklisp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-quicklisp $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-quicklisp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cl-quicklisp
Priority: optional
Section: universe/lisp
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastian Tennant
Architecture: all
Source: quicklisp
Version: 1.0-1
Depends: sbcl | lisp-compiler
Filename: pool/universe/q/quicklisp/cl-quicklisp_1.0-1_all.deb
Size: 14400
MD5sum: da66b90cdaa4a4350b86673c4bc12be0
SHA1: 9daaf0845a210cba423ce89999625306c51c1606
SHA256: a1742a8edfdcdfa8576528a9234bd031b739b3a02236ee7428a0cbc500c74cd1
Description-en: library manager for Common Lisp
Once installed, Quicklisp can download, install, and load over 500 Common Lisp
libraries with a few simple Lisp commands. It currently works with ABCL,
Allegro CL, Clozure CL, CLISP, CMUCL, ECL, LispWorks, SBCL, and Scieneer CL.
Description-md5: 9ae192e34ffba6457562f796f206fb03
Homepage: http://quicklisp.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu