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

Last updated: May 19,2024

1. Install "cl-postmodern" package

Learn how to install cl-postmodern on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cl-postmodern

2. Uninstall "cl-postmodern" package

This guide covers the steps necessary to uninstall cl-postmodern on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cl-postmodern
Priority: optional
Section: universe/lisp
Installed-Size: 245
Maintainer: Ubuntu Developers
Original-Maintainer: Dimitri Fontaine
Architecture: all
Version: 20151031-1
Depends: cl-postgres, cl-s-sql, cl-closer-mop, cl-bordeaux-threads
Filename: pool/universe/c/cl-postmodern/cl-postmodern_20151031-1_all.deb
Size: 50520
MD5sum: a573396dabb4e6d40398155a9d3133c9
SHA1: 05b50d1c90bc127aec0ea3148fd63dc157d6691f
SHA256: edecf1e251796a52a3ed55db7b289c7e777ff44c919c761839c17957c205633e
Description-en: Common Lisp library for interacting with PostgreSQL databases
Features efficient communication with the database server without need for
foreign libraries, support for UTF-8 on Unicode-aware Lisp implementations,
a syntax for mixing SQL and Lisp code, convenient support for prepared
statements and stored procedures, a metaclass for simple database-access
objects
.
The biggest differences between this library and CLSQL/CommonSQL are that
Postmodern has no intention of being portable across different SQL
implementations (it embraces non-standard Postgres features), and
approaches extensions like lispy SQL and database access objects in a quite
different way. This library was written because the CLSQL approach did not
really work for me, your mileage may vary.
Description-md5: 3058a8e868c737033e33fc048e8c9aee
Homepage: http://marijnhaverbeke.nl/postmodern/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu