Celeb Glow
updates | March 22, 2026

How can I start SQLiteStudio on Ubuntu?

I've seen the other threads on installing .tar.xy files, but SQLite Studio doesn't come with an installer. From the website - "All files are portable packages (no installer, just download, decompress and run)." I've decompressed using tar xvf <file_name> but now I have a folder that I can't seem to run.

1

1 Answer

$ unxz sqlitestudio-3.3.3.tar.xz
$ tar xvf sqlitestudio-3.3.3.tar
$ cd SQLiteStudio/
rinzwind@schijfwereld:/discworld/Downloads/SQLiteStudio$ ls
iconengines lib platformthemes printsupport sqlitestudiocli
imageformats platforms plugins sqlitestudio styles

so it looks like ...

$ ./sqlitestudio

enter image description here

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy