How to Install libsqlite3-0 in Ubuntu 18.04



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

sudo apt update
sudo apt install libsqlite3-0

Description:

SQLite 3 shared library

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.

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

Version: 3.22.0-1

Section: libs