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

Last updated: May 16,2024

1. Install "sbcl" package

Please follow the instructions below to install sbcl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install sbcl

2. Uninstall "sbcl" package

In this section, we are going to explain the necessary steps to uninstall sbcl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove sbcl $ sudo apt autoclean && sudo apt autoremove

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

Package: sbcl
Priority: optional
Section: universe/devel
Installed-Size: 66293
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: amd64
Version: 2:1.3.1-1ubuntu2
Provides: lisp-compiler, sbcl-fasl-loader-78
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4)
Recommends: binfmt-support (>= 1.1.2)
Suggests: sbcl-doc, sbcl-source, slime
Breaks: cl-asdf (<< 2:3.1.5), cl-clx-sbcl (<= 0.7.0-1), common-lisp-controller (<< 6.18)
Filename: pool/universe/s/sbcl/sbcl_1.3.1-1ubuntu2_amd64.deb
Size: 8869056
MD5sum: 6b944be532a614d1d0f78f2cc76701c5
SHA1: 28f68b63a813b4aa734116aff5cee61d37f771a1
SHA256: cf3966cd74e72be74788c16abd8c0ed364a32082a27b9c557015d4a5d21bb683
Description-en: Common Lisp compiler and development system
SBCL is a development environment for the ANSI Common Lisp language.
It provides a native-code compiler and an integrated debugger, as well
as all the features in the ANSI specification.
.
SBCL also contains other extensions to the ANSI specification, including
a foreign-function interface, a pseudo-server API, user-extensible
stream functionality, a Meta-Object Protocol, and an ability to run
external processes.
.
To browse SBCL source definitions with development environments,
install the sbcl-source package. For documentation on SBCL's usage
and internals, the package sbcl-doc is provided.
Description-md5: eb1113dee9d2ad5949c6cfc6301108ec
Homepage: http://www.sbcl.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu