How to Install and Uninstall python-gssapi.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "python-gssapi.src" package

Here is a brief guide to show you how to install python-gssapi.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-gssapi.src

2. Uninstall "python-gssapi.src" package

This tutorial shows how to uninstall python-gssapi.src on Oracle Linux 9:

$ sudo dnf remove python-gssapi.src $ sudo dnf autoremove

3. Information about the python-gssapi.src package on Oracle Linux 9

Last metadata expiration check: 1:04:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-gssapi
Version : 1.6.9
Release : 5.el9
Architecture : src
Size : 11 M
Source : None
Repository : ol9_appstream
Summary : Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
URL : https://github.com/pythongssapi/python-gssapi
License : ISC
Description : A set of Python bindings to the GSSAPI C library providing both
: a high-level pythonic interfaces and a low-level interfaces
: which more closely matches RFC 2743. Includes support for
: RFC 2743, as well as multiple extensions.