Download assets¶
For this installation, we'll use the .deb
sources:
krux-installer_0.0.20-beta_amd64.deb
krux-installer_0.0.20-beta_amd64.deb.sha256.txt
krux-installer_0.0.20-beta_amd64.deb.sig
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¶
This step it's not really an installation. At least it will make the program's binary available somewhere on your computer; it can be useful if you want to develop a package for your distro.
To do this you'll need two tools:
Extract contents¶
- Extract the
.deb
contents:
ar xv krux-installer_0.0.20-beta_amd64.deb
- Extract the
data.tar.zst
contents:
bsdtar -xvf data.tar.zst
The binary will be located at ./usr/local/bin/krux-installer
.