Celeb Glow
updates | March 28, 2026

How to install SQLiteStudio?

There are two links for Linux:

A portable version, which runs by clicking it.

And an installer version, which tells me the following thing by clicking it:

enter image description here

3

2 Answers

Open a terminal in that directory and run the following commands:
$ chmod +x Installer
$ ./Installer

1

Or a GUI method would be to:

  1. Right-click on the installer file.
  2. Select "Properties" from the pop-up menu.
  3. Click on the "Permissions" tab.
  4. Check the "Execute: __ Allow executing file as program" box.
  5. Click on the installer program again and select "Run" from the pop-up menu.

As a matter of preference, in windowing operating system interfaces, I prefer to download installers to my Downloads folder and create a sub-folder for the application. That way I know what the installer is for; no matter how obscurely it is named and I have all the installers for various versions of an application in one place.

In Ubuntu, I prefer to use apt or the Ubuntu Software app, but neither was an option for this particular program.

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