How to Install and Uninstall python-kerberos.x86_64 Package on Amazon Linux 2

Last updated: July 03,2024

1. Install "python-kerberos.x86_64" package

This guide covers the steps necessary to install python-kerberos.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-kerberos.x86_64

2. Uninstall "python-kerberos.x86_64" package

This tutorial shows how to uninstall python-kerberos.x86_64 on Amazon Linux 2:

$ sudo yum remove python-kerberos.x86_64 $ sudo yum autoremove

3. Information about the python-kerberos.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-kerberos
Arch : x86_64
Version : 1.1
Release : 15.amzn2.0.2
Size : 25 k
Repo : amzn2-core/2/x86_64
Summary : A high-level wrapper for Kerberos (GSSAPI) operations
URL : http://trac.calendarserver.org/projects/calendarserver/browser/PyKerberos
License : ASL 2.0
Description : This Python package is a high-level wrapper for Kerberos (GSSAPI)
: operations. The goal is to avoid having to build a module that
: wraps the entire Kerberos.framework, and instead offer a limited
: set of functions that do what is needed for client/serverKerberos
: authentication based on .
:
: Much of the C-code here is adapted from Apache's
: mod_auth_kerb-5.0rc7.