How To Install anaconda-realmd on Fedora 36

In this tutorial we learn how to install anaconda-realmd in Fedora 36. anaconda-realmd is Anaconda addon which interacts with realmd to join domains

Introduction

In this tutorial we learn how to install anaconda-realmd on Fedora 36.

What is anaconda-realmd

This is a addon for Anaconda which allows use of ‘realm’ commands in the kickstart file to join domains.

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

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

sudo dnf -y install anaconda-realmd

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

sudo yum -y install anaconda-realmd

How To Uninstall anaconda-realmd on Fedora 36

To uninstall only the anaconda-realmd package we can use the following command:

sudo dnf remove anaconda-realmd

anaconda-realmd Package Contents on Fedora 36

/usr/share/anaconda/addons/org_fedora_realm
/usr/share/anaconda/addons/org_fedora_realm/ks
/usr/share/anaconda/addons/org_fedora_realm/ks/realm.py
/usr/share/doc/anaconda-realmd
/usr/share/doc/anaconda-realmd/COPYING
/usr/share/doc/anaconda-realmd/ChangeLog
/usr/share/doc/anaconda-realmd/NEWS
/usr/share/doc/anaconda-realmd/README

References

Summary

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