How to Install and Uninstall python3-gssapi.x86_64 Package on Oracle Linux 8

Last updated: June 26,2024

1. Install "python3-gssapi.x86_64" package

This guide let you learn how to install python3-gssapi.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-gssapi.x86_64

2. Uninstall "python3-gssapi.x86_64" package

This guide covers the steps necessary to uninstall python3-gssapi.x86_64 on Oracle Linux 8:

$ sudo dnf remove python3-gssapi.x86_64 $ sudo dnf autoremove

3. Information about the python3-gssapi.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:50:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-gssapi
Version : 1.5.1
Release : 5.el8
Architecture : x86_64
Size : 490 k
Source : python-gssapi-1.5.1-5.el8.src.rpm
Repository : ol8_appstream
Summary : Python 3 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.