Installation

Follow these steps to Install SQLite on Ubuntu 18.04:

  • First update your local server’s package index by typing following command:
sudo apt update
  • After updating, now upgrade your apt using below command:
sudo apt upgrade
  • Now to install SQLite DBMS, type:
sudo apt install sqlite3
  • Type the command below to ensure installation:
sqlite3 –version
  • Now to install SQLite browser, run this command:
sudo apt install sqlitebrowser
  • Now you can go to the Application Menu and type SQLite Browser in search bar and then click on database icon to start it.
 English