How To Install custom-kickstarts on Fedora 36

In this tutorial we learn how to install custom-kickstarts in Fedora 36. custom-kickstarts is Kickstart files for Custom Spins (not official)

Introduction

In this tutorial we learn how to install custom-kickstarts on Fedora 36.

What is custom-kickstarts

Unofficial spins (remixes) brought to us by several contributors

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

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

sudo dnf -y install custom-kickstarts

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

sudo yum -y install custom-kickstarts

How To Uninstall custom-kickstarts on Fedora 36

To uninstall only the custom-kickstarts package we can use the following command:

sudo dnf remove custom-kickstarts

custom-kickstarts Package Contents on Fedora 36

/usr/share/spin-kickstarts/custom
/usr/share/spin-kickstarts/custom/README
/usr/share/spin-kickstarts/custom/fedora-livedvd-haskell.ks
/usr/share/spin-kickstarts/custom/qa-test-day-welcome.js
/usr/share/spin-kickstarts/custom/qa-test-day.ks

References

Summary

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