Install sqlite3 by entering the following commands in the terminal:
sudo apt update sudo apt install sqlite3
Description:
Command line interface for SQLite 3
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: misc