How to Install and Uninstall python3-spnego.noarch Package on Oracle Linux 8

Last updated: July 01,2024

1. Install "python3-spnego.noarch" package

Please follow the guidelines below to install python3-spnego.noarch on Oracle Linux 8

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

2. Uninstall "python3-spnego.noarch" package

Here is a brief guide to show you how to uninstall python3-spnego.noarch on Oracle Linux 8:

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

3. Information about the python3-spnego.noarch package on Oracle Linux 8

Last metadata expiration check: 2:25:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-spnego
Version : 0.1.1
Release : 2.el8
Architecture : noarch
Size : 155 k
Source : python-spnego-0.1.1-2.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.