How to Install sqlite3-doc in Ubuntu 18.04



Install sqlite3-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install sqlite3-doc

Description:

SQLite 3 documentation

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 documentation that is also available on the SQLite homepage.

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

Version: 3.22.0-1

Section: doc