Search This Blog
Monday, March 22, 2021
Installing SQLite 3
Installing SQLite 3
First update the apt package repository cache with the following command:
$ sudo apt-get update
The apt package repository cache should be updated.
Now to install SQLite 3, run the following command:
$ sudo apt-get install sqlite3
SQLite 3 should be installed.
Now you can check whether SQLite 3 is working with the following command:
$ sqlite3 --version
Installing SQLite Browser
Run the following command to install SQLite Browser:
$ sudo apt-get install sqlitebrowser
Now press y and then press .
SQLite Browser should be installed.
Using SQLite using SQLite Browser
Now you can go to the Application Menu and search for SQLite Browser. You should see a database icon as marked in the screenshot below. Click on it.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment