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

Last updated: September 28,2024

1. Install "cl-closer-mop" package

This is a short guide on how to install cl-closer-mop on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-closer-mop

2. Uninstall "cl-closer-mop" package

Please follow the guidelines below to uninstall cl-closer-mop on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cl-closer-mop $ sudo apt autoclean && sudo apt autoremove

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

Package: cl-closer-mop
Priority: optional
Section: universe/libs
Installed-Size: 224
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Common Lisp Team
Architecture: all
Version: 2:0.6-1
Depends: common-lisp-controller (>= 5.11), cl-lw-compat
Filename: pool/universe/c/cl-closer-mop/cl-closer-mop_0.6-1_all.deb
Size: 29026
MD5sum: 1e8c774ab6252d64edb48866e1063d0c
SHA1: 6f10bca3dce6cafb6ca2746552d6742ea03b2c3c
SHA256: 1a437de13bc60d155fd782de09221597676e5c057ef70fd95da67509b6aa8ba4
Description-en: Cross Implementation AMOP library
This library enhances the different MOP implementations so that
they support better the AMOP specifications.
.
The CLOS spec contained two parts, only the basic level went into
the Common Lisp standard. The lower level functions of the AMOP
were not included so different implementations differ (mostly
slightly) in how to implement the AMOP.
.
With the help of cl-closer-mop you can use the full power of
AMOP on all supported implementations, relying on the library
to translate your code.
.
Supported implementations: Allegro Common Lisp, Clisp, cmucl,
LispWorks, OpenMCL and SBCL (version restrictions might apply)
Description-md5: 0d3299fa5985b006abe52199dcb417c9
Homepage: http://common-lisp.net/project/closer/closer-mop.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu