How to Install and Uninstall python3.11-spnego.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "python3.11-spnego.noarch" package

Learn how to install python3.11-spnego.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python3.11-spnego.noarch

2. Uninstall "python3.11-spnego.noarch" package

This guide covers the steps necessary to uninstall python3.11-spnego.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python3.11-spnego.noarch $ sudo dnf autoremove

3. Information about the python3.11-spnego.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:29:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3.11-spnego
Version : 0.9.0
Release : 1.el8
Architecture : noarch
Size : 275 k
Source : python3.11-spnego-epel-0.9.0-1.el8.src.rpm
Repository : epel
Summary : Windows Negotiate Authentication Client and Server
URL : https://github.com/jborean93/pyspnego
License : MIT
Description : Python SPNEGO Library to handle SPNEGO (Negotiate, NTLM, Kerberos)
: authentication. Also includes a packet parser that can be used to
: decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.