How To Install ignition-validate-redistributable on Fedora 36

In this tutorial we learn how to install ignition-validate-redistributable in Fedora 36. ignition-validate-redistributable is Statically linked validation tool for Ignition configs

Introduction

In this tutorial we learn how to install ignition-validate-redistributable on Fedora 36.

What is ignition-validate-redistributable

This package contains statically linked Linux, macOS, and Windows ignition-validate binaries built through cross-compilation. Do not install it. It is only used for building release binaries to be signed by Fedora release engineering and uploaded to the Ignition GitHub releases page.

We can use yum or dnf to install ignition-validate-redistributable on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ignition-validate-redistributable.

Install ignition-validate-redistributable on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ignition-validate-redistributable using dnf by running the following command:

sudo dnf -y install ignition-validate-redistributable

Install ignition-validate-redistributable on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ignition-validate-redistributable using yum by running the following command:

sudo yum -y install ignition-validate-redistributable

How To Uninstall ignition-validate-redistributable on Fedora 36

To uninstall only the ignition-validate-redistributable package we can use the following command:

sudo dnf remove ignition-validate-redistributable

ignition-validate-redistributable Package Contents on Fedora 36

/usr/share/ignition
/usr/share/ignition/ignition-validate-aarch64-unknown-linux-gnu-static
/usr/share/ignition/ignition-validate-ppc64le-unknown-linux-gnu-static
/usr/share/ignition/ignition-validate-s390x-unknown-linux-gnu-static
/usr/share/ignition/ignition-validate-x86_64-apple-darwin
/usr/share/ignition/ignition-validate-x86_64-pc-windows-gnu.exe
/usr/share/ignition/ignition-validate-x86_64-unknown-linux-gnu-static
/usr/share/licenses/ignition-validate-redistributable
/usr/share/licenses/ignition-validate-redistributable/LICENSE

References

Summary

In this tutorial we learn how to install ignition-validate-redistributable on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).