Download and Install¶
Manual Install via Command Line¶
This will install linux 64-bit binary to the path: /usr/local/bin
sudo rm -vf /usr/local/bin/arck && sudo wget https://karlhunter.co.uk/arck/dist/linux_amd64/arck --directory-prefix=/usr/local/bin/ && sudo chmod +x /usr/local/bin/arck && arck install_check
If successful, you will get the following output:
Thank you for installing arcK version 1.X
If you can read this, the installation was successful.
Exiting.
Ubuntu/Debian based system (including Linux Mint)¶
Note
Recommended method of installation for debian/ubuntu distros.
From a graphical interface, right-click and choose Install
From command line, type:
dpkg --install arck.deb
To test if the installation was successful, in a terminal type the command:
arck version
Arm¶
This will install arm 64-bit dinary to the path: /usr/local/bin
sudo rm -vf /usr/local/bin/arck && sudo wget https://karlhunter.co.uk/arck/dist/arm64/arck --directory-prefix=/usr/local/bin/ && sudo chmod +x /usr/local/bin/arck && arck install_check
Windows¶
Note
Please note: this is not a GUI. You will need to run through command prompt or PowerShell.
./arck.exe