Installing for Ubuntu, Linux Mint and derivates - scratux/scratux GitHub Wiki

PPA

1. Download and add the repository key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61

2. Add the repository:

For this version: Use this command:
Ubuntu 20.04 echo "deb https://dl.bintray.com/scratux/stable focal main" | sudo tee -a /etc/apt/sources.list
Ubuntu 18.04
Linux Mint 19.x
echo "deb https://dl.bintray.com/scratux/stable bionic main" | sudo tee -a /etc/apt/sources.list
Ubuntu 16.04
Linux Mint 18.x
echo "deb https://dl.bintray.com/scratux/stable xenial main" | sudo tee -a /etc/apt/sources.list

3. Update packages:

sudo apt-get update

4. Then install:

sudo apt-get install scratux

Alternative

Having problems? Alternatively, you can download directly the .deb package from here.

⚠️ **GitHub.com Fallback** ⚠️