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

Last updated: May 14,2024

1. Install "cl-babel" package

Please follow the steps below to install cl-babel on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-babel

2. Uninstall "cl-babel" package

Here is a brief guide to show you how to uninstall cl-babel on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-babel
Priority: optional
Section: universe/lisp
Installed-Size: 692
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: all
Version: 0.3.0+20091229-1
Depends: common-lisp-controller (>= 5.11), cl-trivial-features, cl-alexandria
Filename: pool/universe/c/cl-babel/cl-babel_0.3.0+20091229-1_all.deb
Size: 141388
MD5sum: 4e461853d259875efc4cbf7b19ffe15b
SHA1: 1e622e191b1e7d93e064dccc5d4329a0e9ea80e7
SHA256: 63b05f15b1f1cc6e6010835e059c9a217ff21058292aa90de4a38fa36e1aa27b
Description-en: A charset encoding/decoding library, not unlike GNU libiconv
Written completely in Common Lisp, not using a foreign library.
.
It strives to achieve decent performance. Most of the
encoding/decoding algorithms have been adapted from Clozure CL's source.
.
Another important goal is reusability. Similarly to SBCL, it defines an
interface wherein the algorithms can be reused between a variety of data types
so long we're dealing with conversions between octets and unicode code points.
.
Babel comes with converters between strings and octet vectors but can be
easily extended to deal with, e.g., strings and foreign memory, vectors and
Closure's runes, etc...
Description-md5: fb59ed3008837a32ec28c54d4d4c5c7b
Homepage: http://common-lisp.net/project/babel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu