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

Last updated: May 14,2024

1. Install "cl-chunga" package

Please follow the step by step instructions below to install cl-chunga on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-chunga

2. Uninstall "cl-chunga" package

Please follow the step by step instructions below to uninstall cl-chunga on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-chunga
Priority: optional
Section: universe/lisp
Installed-Size: 129
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 1.1.6-1
Depends: cl-trivial-gray-streams
Filename: pool/universe/c/cl-chunga/cl-chunga_1.1.6-1_all.deb
Size: 19074
MD5sum: f02238fbee2d343538cdb8ac20f5461d
SHA1: 356d2be90317dec090b79790b708069518c7af13
SHA256: 81f884b2d3ec20e2506e7bd0c1a5e4074a11efadb23c0f3a78a111c140321b6c
Description-en: Portable chunked streams for Common Lisp
Chunga implements streams capable of chunked encoding on demand as defined
in RFC 2616. For an example of how these streams can be used see Drakma.
.
The library needs a Common Lisp implementation that supports Gray streams
and relies on David Lichteblau's trivial-gray-streams to offer portability
between different Lisps.
.
Chunga is currently not optimized towards performance - it is rather
intended to be easy to use and (if possible) to behave correctly.
Description-md5: 1a98c32f1aa3430fb8b9ec29ebc6cee3
Homepage: http://weitz.de/chunga/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu