Install Sqlite3 on Ubuntu

Open your terminal and following this

sudo apt-get install sqlite3 libsqlite3-dev

Check is it work

sqlite3

How to create database

sqlite3 my_database_name

Database was created my_database_name.db on your path you are , yeah!

see more on sqlite official site : https://www.sqlite.org/docs.html