How to Install and Uninstall cl-babel Package on Kali Linux

Last updated: May 15,2024

1. Install "cl-babel" package

Please follow the step by step instructions below to install cl-babel on Kali Linux

$ sudo apt update $ sudo apt install cl-babel

2. Uninstall "cl-babel" package

This is a short guide on how to uninstall cl-babel on Kali Linux:

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

3. Information about the cl-babel package on Kali Linux

Package: cl-babel
Version: 20200719.gitf892d05-2
Installed-Size: 1019
Maintainer: Debian Common Lisp Team
Architecture: all
Depends: cl-trivial-features, cl-alexandria, cl-trivial-gray-streams
Size: 124636
SHA256: a38fe0d4c5abf29f9fe55236b820284262ef04e2f321bef55d70f3c596b52c05
SHA1: f9316370650d52ee839e28d3c518ce1ea8ae107b
MD5sum: cefb27bdc571936ca2e65dde23d504d3
Description: charset encoding/decoding library for Common Lisp
Babel is a charset encoding/decoding library, not unlike GNU libiconv, but
completely written in Common Lisp.
.
It strives to achieve decent performance. To that effect, it uses OpenMCL's
approach of calculating the destination buffer size in advance. Most of the
encoding/decoding algorithms have been adapted from OpenMCL'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 (unsigned-byte 8) vectors but
can be easily extended to deal with, e.g., strings and foreign memory, vectors
and Closure's runes, etc...
Description-md5:
Multi-Arch: foreign
Homepage: https://common-lisp.net/project/babel/
Section: lisp
Priority: optional
Filename: pool/main/c/cl-babel/cl-babel_20200719.gitf892d05-2_all.deb