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

Last updated: September 28,2024

1. Install "gcl" package

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

$ sudo apt update $ sudo apt install gcl

2. Uninstall "gcl" package

This guide let you learn how to uninstall gcl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gcl $ sudo apt autoclean && sudo apt autoremove

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

Package: gcl
Priority: optional
Section: universe/interpreters
Installed-Size: 209011
Maintainer: Ubuntu Developers
Original-Maintainer: Camm Maguire
Architecture: amd64
Version: 2.6.12-29
Depends: libc6 (>= 2.15), libgmp10, libreadline6 (>= 6.0), libx11-6, debconf (>= 1.2.0), gcc, emacs24 | emacsen, ucf
Suggests: gcl-doc
Breaks: emacsen-common (<< 2.0.0)
Filename: pool/universe/g/gcl/gcl_2.6.12-29_amd64.deb
Size: 29429174
MD5sum: 118b8311e483a9fd37e35daa0ec3b959
SHA1: 7a6392a626a935007a73d58e566d75f62fbbf7fc
SHA256: 7028b4004853f769316ef21046e0fb0c04e7a1b0ec85e6d330a024d1a4d71bfe
Description-en: GNU Common Lisp compiler
GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
implemented in C, and complying mostly with the standard set
forth in the book "Common Lisp, the Language I". It attempts
to strike a useful middle ground in performance and portability
from its design around C.
.
This package contains the Lisp system itself. Documentation
is provided in the gcl-doc package.
Description-md5: f493367acf500ea1be0a017b9c0f0fb8
Homepage: http://gnu.org/software/gcl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu