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

Last updated: May 17,2024

1. Install "cl-unicode" package

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

$ sudo apt update $ sudo apt install cl-unicode

2. Uninstall "cl-unicode" package

This is a short guide on how to uninstall cl-unicode on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-unicode
Priority: optional
Section: universe/lisp
Installed-Size: 2591
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 0.1.5-3
Depends: cl-flexi-streams
Filename: pool/universe/c/cl-unicode/cl-unicode_0.1.5-3_all.deb
Size: 305992
MD5sum: c242cbabf9be514e7299b6f508777906
SHA1: 136053fdc6f2412aaa2efbe112ff3dc8a93e1791
SHA256: 2c6f2f651eb72df6c8410fa22780d0898ca58e6715be47de4f5b996f3b5e8d62
Description-en: portable Unicode library for Common Lisp
CL-UNICODE is a library which provides Common Lisp implementations with
knowledge about Unicode characters including their name, their general
category, the scripts and blocks they belong to, their numerical value, and
several other properties. It also provides the ability to replace the
standard syntax for reading Lisp characters with one that is Unicode-aware
and is used to enhance CL-PPCRE with Unicode properties.
.
CL-UNICODE is based on Unicode 5.1.
Description-md5: 6501f5488b34f23473cd8ace8701f430
Homepage: http://weitz.de/cl-unicode/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu