# Installing on Linux

{% hint style="info" %}
Download the latest stable release from the [releases page](https://github.com/pietrop/digital-paper-edit-electron/releases). Check out the release description to see what has changed from the previous version.
{% endhint %}

* Click &#x61;**`ssets`** on the version you would like (the newest one is at the top)
* For linux download the `.AppImage` file

## Option 1

[From `AppImage` documentation](https://discourse.appimage.org/t/how-to-make-an-appimage-executable/80):

1. Open your file manager and browse to the location of the AppImage
2. Right-click on the AppImage and click the ‘Properties’ entry
3. Switch to the Permissions tab and
4. Click the ‘Allow executing file as program’ checkbox if you are using a Nautilus-based file manager (Files, Nemo, Caja), or click the ‘Is executable’ checkbox if you are using Dolphin, or change the ‘Execute’ drop down list to ‘Anyone’ if you are using PCManFM
5. Close the dialog
6. Double-click on the AppImage file to run

See example below:

![](https://1359533130-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzxDa5M0ZjC8OZg1Atb%2F-M-LjDXVj-aHMQhEI1Bs%2F-M-LlYvWtgEwzhOstTZf%2Fassets_-LKETZisqiBNpYXfFMzt_-LKEUVC84akkW9lpSkbg_-LKEUWoGFQAo0XVqUK_4_appimagepremissions.gif?alt=media\&token=9762437b-fe15-403b-a9b1-6073b2a99659)

## Option 2, using terminal

* Navigate to that folder in terminal and make it executable `chmod a+x {exampleName}.AppImage` Where exampleName is the name of the app.&#x20;
* You can then launch the app from terminal `./exampleName.AppImage`.
* Subsequent times you can just double click the app image icon.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://autoedit.gitbook.io/autoedit-3-user-manual/1.0.12/installing/installing-on-linux.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
