Skip to content

Install

Manual Install via Command

This will install amd64 version to the /usr/local/bin

sudo wget https://karlhunter.co.uk/arck/dist/arck_linux_amd64_v1/arck --directory-prefix=/usr/local/bin/ && sudo chmod +x /usr/local/bin/arck && arck --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.

Deb Package

Recommended methods for debian/ubuntu distros.

Download the compiled binary package.

From a graphical interface, right-click and choose Install

From command line, type:

dpkg --install arck.deb

Manual Binary Install

Before you can use the binary, you need to make it executable. Use command:

chmod +x arck

Then, copy to bin directory:

cp -a arck /usr/local/bin

Test this worked:

arck

You should be greeted with the wizard.