How To Install SQLite Browser for Ubuntu
-
sudo apt-cache search sqlite -
sudo apt install sqlite3 -
sqlite3 --versionto check whether the last code has properly worked or not. -
sudo apt update -
sudo apt install sqlitebrowser -
sqlitebrowser --versionto check whether the last code has properly worked or not.