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

Last updated: May 09,2024

1. Install "cl-iterate" package

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

$ sudo apt update $ sudo apt install cl-iterate

2. Uninstall "cl-iterate" package

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

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

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

Package: cl-iterate
Priority: optional
Section: universe/lisp
Installed-Size: 224
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20140713-1
Filename: pool/universe/c/cl-iterate/cl-iterate_20140713-1_all.deb
Size: 46102
MD5sum: 9ccf620ed53f3e947ac51437d20c8671
SHA1: a979d8e0b7c399b94d3181f31ef3a8c78a4015c1
SHA256: d91b0c623e5df34cf38478c557a50a4da295049467700a813c1cde9114e2435f
Description-en: Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility
iterate is an iteration construct for Common Lisp. It is similar to the
CL:LOOP macro, with these distinguishing marks:
.
it is extensible, it helps editors like Emacs indent iterate forms by
having a more lisp-like syntax, and it isn't part of the ANSI standard for
Common Lisp (which is sometimes a bad thing and sometimes good).
Description-md5: dffe8de763fc1090657e640890a0fd96
Homepage: http://common-lisp.net/project/iterate/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu