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

Last updated: May 14,2024

1. Install "python3-requests-gssapi.noarch" package

This is a short guide on how to install python3-requests-gssapi.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-requests-gssapi.noarch

2. Uninstall "python3-requests-gssapi.noarch" package

Here is a brief guide to show you how to uninstall python3-requests-gssapi.noarch on CentOS Stream 8:

$ sudo dnf remove python3-requests-gssapi.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:04:48 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-requests-gssapi
Version : 1.2.2
Release : 1.el8
Architecture : noarch
Size : 26 k
Source : python-requests-gssapi-1.2.2-1.el8.src.rpm
Repository : epel
Summary : A GSSAPI/SPNEGO authentication handler for python-requests
URL : https://github.com/pythongssapi/requests-gssapi
License : ISC
Description : Requests is an HTTP library, written in Python, for human beings. This
: library adds optional GSSAPI authentication support and supports
: mutual authentication. It includes a fully backward-compatible shim
: for requests-kerberos.