Skip to content

Installing the client on Linux

Alexander Hauser edited this page Apr 26, 2020 · 5 revisions

Requirements:

Please note that for running the SQRL client on Linux, a desktop environment / xdg-desktop is required!

Install dependencies

In a terminal, run the following command:

sudo apt-get install -y libgdiplus

Install the client

  • Go to the project's Releases page on Github at: https://github.com/sqrldev/SQRLDotNetClient/releases
  • Select Assets on the latest release and download SQRLPlatformAwareInstaller_linux.tar.gz
  • Open a terminal, cd into your download location and run the following commands:
tar -xvf SQRLPlatformAwareInstaller_linux.tar.gz
./SQRLPlatformAwareInstaller_linux
  • Follow the Installer Prompts