DB Browser for SQLite – SQLite Database Management Application

DB Browser for SQLite is a free and open source visual SQLite database management software for Linux, Windows and MacOS. Using this application. you can create, edit, delete database files, tables, indexes and data records. It comes with build-in database search, import/export, log file viewer, plot graph, supports SQL query and more.

DB Browser for SQLite

Download DB Browser for SQLite [Windows,Linux,MacOS]

How to Install DB Browser for SQLite on Ubuntu Linux

DB Browser for SQLite is available as a portable AppImage and flatpak package. Download the latest version of DB Browser for SQLite in .AppImage file format from the above download link and save it on your Downloads folder. Now open the terminal software (ctrl+alt+T) and run below commands one by one.

Also Read:  Goldwarden Bitwarden Desktop Client

Here “Browser_for_SQLite-v3.12.2-x86_64.AppImage” is the downloaded file name and “Downloads” path.

cd Downloads
sudo chmod +x ~ DB_Browser_for_SQLite-v3.12.2-x86_64.AppImage
./DB_Browser_for_SQLite-v3.12.2-x86_64.AppImage

Install DB Browser for SQLite via Flatpak:

First install flatpak and flathub on your system and restart it after the installation. Now in the terminal software run below DB Browser for SQLite flatpak install command. It will install the latest version of DB Browser for SQLite.

flatpak install flathub org.sqlitebrowser.sqlitebrowser

Start the app using this command.

flatpak run org.sqlitebrowser.sqlitebrowser

And uninstall the app using below command.

sudo flatpak uninstall org.sqlitebrowser.sqlitebrowser

That’s it.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply