How To Install fedora-release-iot on Fedora 36

In this tutorial we learn how to install fedora-release-iot in Fedora 36. fedora-release-iot is Base package for Fedora IoT specific default configurations

Introduction

In this tutorial we learn how to install fedora-release-iot on Fedora 36.

What is fedora-release-iot

Provides a base package for Fedora IoT specific configuration files to depend on as well as IoT system defaults.

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

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

sudo dnf -y install fedora-release-iot

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

sudo yum -y install fedora-release-iot

How To Uninstall fedora-release-iot on Fedora 36

To uninstall only the fedora-release-iot package we can use the following command:

sudo dnf remove fedora-release-iot

fedora-release-iot Package Contents on Fedora 36

References

Summary

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