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

Last updated: May 03,2024

1. Install "cl-containers" package

This is a short guide on how to install cl-containers on Kali Linux

$ sudo apt update $ sudo apt install cl-containers

2. Uninstall "cl-containers" package

This guide let you learn how to uninstall cl-containers on Kali Linux:

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

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

Package: cl-containers
Version: 20170403-1.1
Installed-Size: 443
Maintainer: Dimitri Fontaine
Architecture: all
Depends: cl-metatilities-base
Size: 113820
SHA256: 7e738307b79aa617d356f79f6c0ce1c584a7eaa49d9f14589d56d050d60f6f8c
SHA1: 5b093ff2083db69808c82eb781da7cbfbc38e213
MD5sum: 777297e6d455827180dc5fa054df17c0
Description: 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:
Homepage: http://common-lisp.net/project/cl-containers/
Section: lisp
Priority: optional
Filename: pool/main/c/cl-containers/cl-containers_20170403-1.1_all.deb