How To Install realmd-devel-docs.x86_64 on Amazon Linux 2

In this tutorial we learn how to install realmd-devel-docs.x86_64 in Amazon Linux 2. realmd-devel-docs.x86_64 is Developer documentation files for realmd

Introduction

In this tutorial we learn how to install realmd-devel-docs.x86_64 on Amazon Linux 2.

What is realmd-devel-docs.x86_64

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

We can use yum to install realmd-devel-docs.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install realmd-devel-docs.x86_64.

Install realmd-devel-docs.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:

sudo yum -y install realmd-devel-docs.x86_64

How To Uninstall realmd-devel-docs.x86_64 on Amazon Linux 2

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

sudo yum remove realmd-devel-docs.x86_64

realmd-devel-docs.x86_64 Package Contents on Amazon Linux 2

/usr/share/doc/realmd
/usr/share/doc/realmd-devel-docs-0.16.1
/usr/share/doc/realmd-devel-docs-0.16.1/ChangeLog
/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/index.sgml
/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.x86_64 on Amazon Linux 2 using yum.