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

Last updated: July 02,2024

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

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

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

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

Please follow the steps below to uninstall python3-urllib-gssapi.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:18:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-urllib-gssapi
Version : 1.0.2
Release : 4.el9
Architecture : noarch
Size : 24 k
Source : python-urllib-gssapi-1.0.2-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : A GSSAPI/SPNEGO authentication handler for urllib/urllib2
URL : https://github.com/pythongssapi/urllib-gssapi
License : ASL 2.0
Description : urllib_gssapi is a backend for urllib. It provides GSSAPI/SPNEGO
: authentication to HTTP servers. urllib_gssapi replaces urllib_kerberos and
: behaves in the same ways.