Install SQLite Browser in Linux on Ubuntu 20.04

Sep 20, 2022 . Admin



Hi Guys,

In this short tutorial we will cover an Install SQLite Browser in Linux on Ubuntu 20.04. I’m going to show you about Install SQLite on Ubuntu 20.04 LTS - Step by step guide. you can see Tutorial Setup SQLite on Ubuntu 22.04 Example. I’m going to show you about Install SQLite 5 Step by Step in Ubuntu 22.04. you will do the following things for SQLite Browser in Linux on Ubuntu 20.04 Example.

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

Follow the following steps to install and use SQLite browser in Linux ubuntu 22.04 using the command line:

Step 1: Open Terminal

First of all open terminal by pressing CTRL+ALT+T.

Step 2: Update System Packages

The following command on command line to update system packages:

sudo apt update
Step 3: Install SQLite Browser

Install the SQLite browser via the following command:

sudo apt install sqlitebrowser
Step 4: Verify SQLite Browser Version

The installed version can be obtained by issuing the following command:

sqlitebrowser --version
Step 5: Use SQLite Browser

Finally, start the SQLite browser by executing the following command on command line:

sqlitebrowser
#Ubuntu