How to Install and Uninstall python3-urllib-gssapi.noarch Package on Fedora 34

Last updated: June 29,2024

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

This guide covers the steps necessary to install python3-urllib-gssapi.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-urllib-gssapi.noarch on Fedora 34:

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

3. Information about the python3-urllib-gssapi.noarch package on Fedora 34

Last metadata expiration check: 4:15:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-urllib-gssapi
Version : 1.0.2
Release : 2.fc34
Architecture : noarch
Size : 19 k
Source : python-urllib-gssapi-1.0.2-2.fc34.src.rpm
Repository : fedora
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.