Download assets¶
krux-installer-0.0.20_beta-1.x86_64.rpm
krux-installer-0.0.20_beta-1.x86_64.rpm.sha256.txt
krux-installer-0.0.20_beta-1.x86_64.rpm.sig
Verify the integrity¶
Open your terminal and type the command below:
sha256sum --check ./krux-installer-0.0.20_beta-1.x86_64.rpm.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-1.x86_64.rpm.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 Fedora or RedHat repositories. You'll need to add it manually:
Fedora¶
sudo dnf install krux-installer-0.0.20_beta-1.x86_64.rpm
Other RedHat based distros:¶
sudo yum localinstall krux-installer-0.0.20_beta-1.x86_64.rpm
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.