How to Install libsqlite0-dev in Ubuntu 18.04



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

sudo apt update
sudo apt install libsqlite0-dev

Description:

SQLite 2 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. . NOTE: This package is SQLite version 2. Most programs that use SQLite use SQLite version 3. See the "libsqlite3-dev" package for that. . This package contains the development files (headers, static libraries)

Version: 2.8.17-14fakesync1

Section: universe/libdevel