How to Install and Uninstall python3-gssapi.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: July 05,2024

1. Install "python3-gssapi.x86_64" package

Please follow the instructions below to install python3-gssapi.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-gssapi.x86_64" package

Please follow the guidance below to uninstall python3-gssapi.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-gssapi.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:36:20 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-gssapi
Version : 1.5.1
Release : 5.el8
Architecture : x86_64
Size : 489 k
Source : python-gssapi-1.5.1-5.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.