Installing for Ubuntu, Linux Mint and derivates - scratux/scratux GitHub Wiki
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
| 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 |
sudo apt-get update
sudo apt-get install scratux
Having problems? Alternatively, you can download directly the .deb package from here.