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

Last updated: May 03,2024

1. Install "cl-containers" package

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

$ sudo apt update $ sudo apt install cl-containers

2. Uninstall "cl-containers" package

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

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

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

Package: cl-containers
Priority: optional
Section: universe/lisp
Installed-Size: 444
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20150923-1
Depends: cl-metatilities-base
Filename: pool/universe/c/cl-containers/cl-containers_20150923-1_all.deb
Size: 113974
MD5sum: 76c783c6d3a613f251ab44de3d5bb156
SHA1: d0e96b7e40162f66764914644c101cef18942ef5
SHA256: 94b1521d2cb4848e76b3cc04d63a624da6c0eb5250d6e937de9fcd76afcad4f8
Description-en: Common Lisp containers data structures
Common Lisp ships with a set of powerful built in data structures including
the venerable list, full featured arrays, and hash-tables. CL-containers
enhances and builds on these structures in two ways:
.
By adding containers that are not available in native Lisp (for example:
binary search trees, red-black trees, sparse arrays and so on).
.
By providing a standard interface so that they are simpler to use and so
that changing design decisions becomes significantly easier.
Description-md5: c31b07933b3b31d8d7303559b42b8361
Homepage: http://common-lisp.net/project/cl-containers/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu