How to Install and Uninstall python-requests-gssapi.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "python-requests-gssapi.src" package

In this section, we are going to explain the necessary steps to install python-requests-gssapi.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-requests-gssapi.src

2. Uninstall "python-requests-gssapi.src" package

This is a short guide on how to uninstall python-requests-gssapi.src on Oracle Linux 9:

$ sudo dnf remove python-requests-gssapi.src $ sudo dnf autoremove

3. Information about the python-requests-gssapi.src package on Oracle Linux 9

Last metadata expiration check: 0:43:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-requests-gssapi
Version : 1.2.3
Release : 3.el9
Architecture : src
Size : 29 k
Source : None
Repository : ol9_appstream
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.