Skip to content

Download assets

Verify the integrity

Open your terminal and type the command below:

sha256sum --check ./krux-installer_0.0.20-beta_amd64.deb.sha256.txt

Verify the authenticity

The first step is import the developer's key:

gpg --keyserver hkps://keys.openpgp.org --recv-keys B4281DDDFBBD207BFA4113138974C90299326322

Then, to verify yourself, run this command on your terminal:

gpg --verify ./krux-installer_0.0.20-beta_amd64.deb.sig

⚠️ TIP: If the verification was successful, you may get a message similar to: Good signature from "qlrddev <qlrddev@gmail.com>"

Install

krux-installer isn't available on Debian or Ubuntu repositories. Therefore, only the apt-get install command will not work. To install, it'll be necessary two steps:

  • Install the .deb package itself:
sudo dpkg -i krux-installer_0.0.20-beta_amd64.deb
  • Update the installed package:
sudo apt-get install -f

It will warn you that your system user was added to dialout group and maybe you need to reboot to activate the sudoless flash procedure.

After install