How To Install python3-kadmin on Fedora 36

In this tutorial we learn how to install python3-kadmin in Fedora 36. python3-kadmin is Python module for kerberos admin (kadm5)

Introduction

In this tutorial we learn how to install python3-kadmin on Fedora 36.

What is python3-kadmin

Python module for kerberos admin (kadm5). Python 3.10 version.

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

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

sudo dnf -y install python3-kadmin

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

sudo yum -y install python3-kadmin

How To Uninstall python3-kadmin on Fedora 36

To uninstall only the python3-kadmin package we can use the following command:

sudo dnf remove python3-kadmin

python3-kadmin Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/2044fa902ed93b79033ae8962d8784f050a99a
/usr/lib/.build-id/31
/usr/lib/.build-id/31/d7e903725a2e6519806f19261c6d3d07328c69
/usr/lib64/python3.10/site-packages/kadmin.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/kadmin_local.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/python_kadmin-0.1.1-py3.10.egg-info
/usr/share/doc/python3-kadmin
/usr/share/doc/python3-kadmin/README.md
/usr/share/licenses/python3-kadmin
/usr/share/licenses/python3-kadmin/LICENSE.txt

References

Summary

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