How To Install realmd-devel-docs on Fedora 36

In this tutorial we learn how to install realmd-devel-docs in Fedora 36. realmd-devel-docs is Developer documentation files for realmd

Introduction

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

What is realmd-devel-docs

The realmd-devel package contains developer documentation for developing applications that use realmd.

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

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

sudo dnf -y install realmd-devel-docs

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

sudo yum -y install realmd-devel-docs

How To Uninstall realmd-devel-docs on Fedora 36

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

sudo dnf remove realmd-devel-docs

realmd-devel-docs Package Contents on Fedora 36

/usr/share/doc/realmd
/usr/share/doc/realmd-devel-docs
/usr/share/doc/realmd-devel-docs/ChangeLog
/usr/share/doc/realmd/AUTHORS
/usr/share/doc/realmd/COPYING
/usr/share/doc/realmd/NEWS
/usr/share/doc/realmd/README
/usr/share/doc/realmd/book.devhelp2
/usr/share/doc/realmd/dbus-interface-raw.html
/usr/share/doc/realmd/dbus-interface-reference.html
/usr/share/doc/realmd/development.html
/usr/share/doc/realmd/gdbus-org.freedesktop.realmd.Kerberos.html
/usr/share/doc/realmd/gdbus-org.freedesktop.realmd.KerberosMembership.html
/usr/share/doc/realmd/gdbus-org.freedesktop.realmd.Provider.html
/usr/share/doc/realmd/gdbus-org.freedesktop.realmd.Realm.html
/usr/share/doc/realmd/gdbus-org.freedesktop.realmd.Service.html
/usr/share/doc/realmd/gtk-doc.css
/usr/share/doc/realmd/guide-active-directory-client.html
/usr/share/doc/realmd/guide-active-directory-join.html
/usr/share/doc/realmd/guide-active-directory-permit.html
/usr/share/doc/realmd/guide-active-directory.html
/usr/share/doc/realmd/guide-integration.html
/usr/share/doc/realmd/guide-ipa-client.html
/usr/share/doc/realmd/guide-ipa-join.html
/usr/share/doc/realmd/guide-ipa-permit.html
/usr/share/doc/realmd/guide-ipa.html
/usr/share/doc/realmd/guide-kerberos.html
/usr/share/doc/realmd/guide.html
/usr/share/doc/realmd/home.png
/usr/share/doc/realmd/index.html
/usr/share/doc/realmd/left.png
/usr/share/doc/realmd/realm-manual.html
/usr/share/doc/realmd/realm.html
/usr/share/doc/realmd/realmd-conf.html
/usr/share/doc/realmd/realmd-docs.proc
/usr/share/doc/realmd/right.png
/usr/share/doc/realmd/style.css
/usr/share/doc/realmd/up.png

References

Summary

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