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.
11 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 stylesso it looks like ...
$ ./sqlitestudio 2