How to Install and Uninstall python3-requests-gssapi.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 30,2024

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

Please follow the step by step instructions below to install python3-requests-gssapi.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall python3-requests-gssapi.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-requests-gssapi.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:59 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-requests-gssapi
Version : 1.2.3
Release : 3.el9
Architecture : noarch
Size : 33 k
Source : python-requests-gssapi-1.2.3-3.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.