Skip to content

AppImage HOWTO

Mladen Milinkovic edited this page Jun 19, 2019 · 1 revision

How to use AppImage in Linux

Using AppImage is fairly simple. There are three steps to it:

  1. Download AppImage file
  2. Make it executable
  3. Run it

Step 1: Download AppImage file

Latest DivvyDroid can be downloaded from GitHub Releases Page

First entry titled "Latest Development Build - git master" contains binary with latest changes to the application. Entries titled "Release Build - xxx" are stable releases.

Step 2: Make it executable

Usually the downloaded AppImage file won't have the execution bit set. You’ll have to do that once manually.

If you prefer the graphical way, just right click on the downloaded .AppImage file and select Properties. AppImage Properties Menu

On the newly opened window go to Permissions tab and check the box that says "Is executable". AppImage Properties Dialog

Step 3: Run it

All there is left to do is double clicking the .AppImage file to start the DivvyDroid. From now on you can always start the app by just double clicking the file.

Clone this wiki locally