How To Install butane on Fedora 36

In this tutorial we learn how to install butane in Fedora 36. butane is Butane config transpiler

Introduction

In this tutorial we learn how to install butane on Fedora 36.

What is butane

Butane translates human-readable Butane Configs into machine-readable Ignition configs for provisioning operating systems that use Ignition.

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

Install butane 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 butane using dnf by running the following command:

sudo dnf -y install butane

Install butane 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 butane using yum by running the following command:

sudo yum -y install butane

How To Uninstall butane on Fedora 36

To uninstall only the butane package we can use the following command:

sudo dnf remove butane

butane Package Contents on Fedora 36

/usr/bin/butane
/usr/bin/fcct
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/7ebc9d0bdbdb3e6c76ca2bf3dec7f063975822
/usr/share/doc/butane
/usr/share/doc/butane/NEWS
/usr/share/doc/butane/README.md
/usr/share/doc/butane/docs
/usr/share/doc/butane/docs/_config.yml
/usr/share/doc/butane/docs/_sass
/usr/share/doc/butane/docs/_sass/color_schemes
/usr/share/doc/butane/docs/_sass/color_schemes/coreos.scss
/usr/share/doc/butane/docs/config-fcos-v1_0.md
/usr/share/doc/butane/docs/config-fcos-v1_1.md
/usr/share/doc/butane/docs/config-fcos-v1_2.md
/usr/share/doc/butane/docs/config-fcos-v1_3.md
/usr/share/doc/butane/docs/config-fcos-v1_4.md
/usr/share/doc/butane/docs/config-fcos-v1_5-exp.md
/usr/share/doc/butane/docs/config-openshift-v4_10.md
/usr/share/doc/butane/docs/config-openshift-v4_11-exp.md
/usr/share/doc/butane/docs/config-openshift-v4_8.md
/usr/share/doc/butane/docs/config-openshift-v4_9.md
/usr/share/doc/butane/docs/config-rhcos-v0_1.md
/usr/share/doc/butane/docs/development.md
/usr/share/doc/butane/docs/examples.md
/usr/share/doc/butane/docs/favicon.ico
/usr/share/doc/butane/docs/getting-started.md
/usr/share/doc/butane/docs/index.md
/usr/share/doc/butane/docs/specs.md
/usr/share/doc/butane/docs/upgrading-fcos.md
/usr/share/doc/butane/docs/upgrading-openshift.md
/usr/share/doc/butane/docs/upgrading.md
/usr/share/licenses/butane
/usr/share/licenses/butane/LICENSE

References

Summary

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