> For the complete documentation index, see [llms.txt](https://icij.gitbook.io/datashare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/install-datashare.md).

# Install Datashare

Currently, only a .deb package for Debian/Ubuntu is provided.

If you want to run it with another Linux distribution, you can download the latest version of the Datashare jar here: <https://github.com/ICIJ/datashare/releases/latest>

And adapt the following launch script to your environment: <https://github.com/ICIJ/datashare/blob/master/datashare-dist/src/main/deb/bin/datashare>.

{% stepper %}
{% step %}
**Download Datashare**

Go to [datashare.icij.org](https://datashare.icij.org) and click '**Download for Linux**':

<figure><img src="/files/jNCnHqXAnlkOoTXFih0l" alt="Screenshot of the homepage of datashare.icij.org highlighting the &#x27;Download for Linux&#x27; button"><figcaption></figcaption></figure>

Save the **Debian package** as a file:

<figure><img src="/files/pCbsWwTkgCyQlk0iSoMm" alt="Screenshot of a Linux&#x27; window saying &#x27;What should Firefox do with this file?&#x27; with 2 radiobuttons: &#x27;Open with Archive Manager&#x27; and &#x22;Save File&#x27; (selected) with 2 buttons: &#x27;Cancel&#x27; and &#x27;OK&#x27;"><figcaption><p>Save as file</p></figcaption></figure>
{% endstep %}

{% step %}
**Install the package**

```
$ sudo apt install /dir/to/debian/package/datashare-dist_7.2.0_all.deb
```

{% endstep %}

{% step %}
**Run Datashare**

```
$ datashare
```

{% endstep %}
{% endstepper %}

You can now [start Datashare](/datashare/local-mode/install-datashare-on-linux/open-datashare-on-linux.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://icij.gitbook.io/datashare/local-mode/install-datashare-on-linux/install-datashare.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
