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

Last updated: May 09,2024

1. Install "cl-trivial-utf-8" package

This guide covers the steps necessary to install cl-trivial-utf-8 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-trivial-utf-8

2. Uninstall "cl-trivial-utf-8" package

Please follow the guidance below to uninstall cl-trivial-utf-8 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-trivial-utf-8 $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-trivial-utf-8
Priority: optional
Section: universe/lisp
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20111001-1
Filename: pool/universe/c/cl-trivial-utf-8/cl-trivial-utf-8_20111001-1_all.deb
Size: 7662
MD5sum: 9e1c09ae85a368b399e3d31ec487ec76
SHA1: abf99ad724201df39ad76e86ce0ac86a4d4b8972
SHA256: b09e9b71e3373e372e57cf32996107119ac9db32f36f8bb2c1c701c2821e48a5
Description-en: small Common Lisp library for doing UTF-8-based in- and output
Trivial UTF-8 is a small library for doing UTF-8-based in- and output on a
Lisp implementation that already supports Unicode -- meaning char-code and
code-char deal with Unicode character codes.
.
The rationale for the existence of this library is that while
Unicode-enabled implementations usually do provide some kind of interface
to dealing with character encodings, these are typically not terribly
flexible or uniform.
.
The Babel library solves a similar problem while understanding more
encodings. Trivial UTF-8 was written before Babel existed, but for new
projects you might be better off going with Babel. The one plus that
Trivial UTF-8 has is that it doesn't depend on any other libraries.
Description-md5: 027c14d107bb79c9b616187294d0b918
Homepage: http://common-lisp.net/project/trivial-utf-8/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu