How To Install freeipa-desktop-profile on Fedora 36

In this tutorial we learn how to install freeipa-desktop-profile in Fedora 36. freeipa-desktop-profile is FleetCommander integration with FreeIPA

Introduction

In this tutorial we learn how to install freeipa-desktop-profile on Fedora 36.

What is freeipa-desktop-profile

A module for FreeIPA to allow managing desktop profiles defined by the FleetCommander.

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

Install freeipa-desktop-profile 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 freeipa-desktop-profile using dnf by running the following command:

sudo dnf -y install freeipa-desktop-profile

Install freeipa-desktop-profile 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 freeipa-desktop-profile using yum by running the following command:

sudo yum -y install freeipa-desktop-profile

How To Uninstall freeipa-desktop-profile on Fedora 36

To uninstall only the freeipa-desktop-profile package we can use the following command:

sudo dnf remove freeipa-desktop-profile

freeipa-desktop-profile Package Contents on Fedora 36

/usr/share/doc/freeipa-desktop-profile
/usr/share/doc/freeipa-desktop-profile/Feature.mediawiki
/usr/share/ipa/schema.d/75-deskprofile.ldif
/usr/share/ipa/updates/75-deskprofile.update
/usr/share/licenses/freeipa-desktop-profile
/usr/share/licenses/freeipa-desktop-profile/COPYING

References

Summary

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