How to Install libsqlite3-tcl in Ubuntu 18.04



Install libsqlite3-tcl by entering the following commands in the terminal:

sudo apt update
sudo apt install libsqlite3-tcl

Description:

SQLite 3 Tcl bindings

SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings.

Homepage: http://www.sqlite.org/

Version: 3.22.0-1

Section: universe/interpreters