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

Last updated: May 17,2024

1. Install "cl-plus-ssl" package

Please follow the instructions below to install cl-plus-ssl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-plus-ssl

2. Uninstall "cl-plus-ssl" package

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

$ sudo apt remove cl-plus-ssl $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-plus-ssl
Priority: optional
Section: universe/lisp
Installed-Size: 113
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20151218-2
Depends: cl-cffi, cl-trivial-gray-streams, cl-flexi-streams, cl-bordeaux-threads, cl-trivial-garbage, libssl1.0.0
Filename: pool/universe/c/cl-plus-ssl/cl-plus-ssl_20151218-2_all.deb
Size: 23038
MD5sum: 1793f0f08d4cf6857a9c6b54bdfe9d54
SHA1: 255cc3cd2d142a7d5c82199a7e5ccee1824cf625
SHA256: 8c02323395a5352fc11dc7c68a7dd48d23e7a8e0accf716b7b3e94b6a7974517
Description-en: Common Lisp interface to OpenSSL
CL+SSL is portable code based on CFFI and gray streams. It defines its own
libssl BIO method, so that SSL I/O can be written over portable Lisp
streams instead of bypassing the streams and sending data over Unix file
descriptors directly. (But the traditional approach is still used if
possible.)
Description-md5: 9d705195ad7c3e4e5143152f074598d9
Homepage: http://common-lisp.net/project/cl-plus-ssl/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu