How To Install freeipa-fas on Fedora 36

In this tutorial we learn how to install freeipa-fas in Fedora 36. freeipa-fas is Fedora Account System extension for FreeIPA

Introduction

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

What is freeipa-fas

A module for FreeIPA with extensions for Fedora Account System.

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

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

sudo dnf -y install freeipa-fas

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

sudo yum -y install freeipa-fas

How To Uninstall freeipa-fas on Fedora 36

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

sudo dnf remove freeipa-fas

freeipa-fas Package Contents on Fedora 36

/usr/bin/ipa-create-agreement
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/baseruserfas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/baseruserfas.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/fasagreement.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/fasagreement.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/fasutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/fasutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/groupfas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/groupfas.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/stageuserfas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/stageuserfas.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/userfas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/__pycache__/userfas.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipaserver/plugins/baseruserfas.py
/usr/lib/python3.10/site-packages/ipaserver/plugins/fasagreement.py
/usr/lib/python3.10/site-packages/ipaserver/plugins/fasutils.py
/usr/lib/python3.10/site-packages/ipaserver/plugins/groupfas.py
/usr/lib/python3.10/site-packages/ipaserver/plugins/stageuserfas.py
/usr/lib/python3.10/site-packages/ipaserver/plugins/userfas.py
/usr/share/doc/freeipa-fas
/usr/share/doc/freeipa-fas/CONTRIBUTORS.txt
/usr/share/doc/freeipa-fas/README.md
/usr/share/ipa/schema.d/89-fasschema.ldif
/usr/share/ipa/ui/js/plugins/fasagreement
/usr/share/ipa/ui/js/plugins/fasagreement/fasagreement.js
/usr/share/ipa/ui/js/plugins/groupfas
/usr/share/ipa/ui/js/plugins/groupfas/groupfas.js
/usr/share/ipa/ui/js/plugins/userfas
/usr/share/ipa/ui/js/plugins/userfas/userfas.js
/usr/share/ipa/updates/89-fas.update
/usr/share/licenses/freeipa-fas
/usr/share/licenses/freeipa-fas/COPYING

References

Summary

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