How to Install libsqlite3-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libsqlite3-dev

Description:

SQLite 3 development files

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 development files (headers, static libraries)

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

Version: 3.22.0-1

Section: libdevel