How to Install and Uninstall python39-ntlm-auth.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "python39-ntlm-auth.noarch" package

Here is a brief guide to show you how to install python39-ntlm-auth.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python39-ntlm-auth.noarch

2. Uninstall "python39-ntlm-auth.noarch" package

Please follow the instructions below to uninstall python39-ntlm-auth.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python39-ntlm-auth.noarch $ sudo dnf autoremove

3. Information about the python39-ntlm-auth.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:33:27 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python39-ntlm-auth
Version : 1.5.0
Release : 1.el8
Architecture : noarch
Size : 53 k
Source : python39-ntlm-auth-epel-1.5.0-1.el8.src.rpm
Repository : epel
Summary : Python 3 compatible NTLM library (requires md4, thus legacy OpenSSL settings)
URL : https://pypi.python.org/pypi/ntlm-auth
License : MIT
Description : This package allows Python clients running on any operating system to provide
: NTLM authentication to a supporting server.
:
: With OpenSSL 3 or above, the legacy OpenSSL provider needs to be set in
: order to support md4 in Python.