How to Install cl-sqlite in Ubuntu 18.04



Install cl-sqlite by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-sqlite

Description:

Common Lisp interface to SQLite

CL-SQLITE package is an interface to the SQLite embedded relational database engine.

Homepage: http://common-lisp.net/project/cl-sqlite/

Version: 20130615-2

Section: universe/lisp