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.

1

Download Datashare

Go to datashare.icij.org and click 'Download for Linux':

Screenshot of the homepage of datashare.icij.org highlighting the 'Download for Linux' button

Save the Debian package as a file:

Screenshot of a Linux' window saying 'What should Firefox do with this file?' with 2 radiobuttons: 'Open with Archive Manager' and "Save File' (selected) with 2 buttons: 'Cancel' and 'OK'
Save as file
2

Install the package

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

Run Datashare

$ datashare

You can now start Datashare.

Last updated