How to Install and Uninstall python3-gssapi.x86_64 Package on Fedora 36

Last updated: May 03,2024

1. Install "python3-gssapi.x86_64" package

Please follow the steps below to install python3-gssapi.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the python3-gssapi.x86_64 package on Fedora 36

Last metadata expiration check: 2:12:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-gssapi
Version : 1.7.2
Release : 2.fc36
Architecture : x86_64
Size : 533 k
Source : python-gssapi-1.7.2-2.fc36.src.rpm
Repository : fedora
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.