How to Install and Uninstall python3-gssapi.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-gssapi.x86_64" package

Please follow the steps below to install python3-gssapi.x86_64 on CentOS Stream 8

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

2. Uninstall "python3-gssapi.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-gssapi.x86_64 on CentOS Stream 8:

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

3. Information about the python3-gssapi.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:38:35 ago on Sun Feb 25 03:03:59 2024.
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 : 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.