How to Install and Uninstall python39-requests_ntlm.noarch Package on CentOS Stream 8

Last updated: October 10,2024

1. Install "python39-requests_ntlm.noarch" package

Learn how to install python39-requests_ntlm.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python39-requests_ntlm.noarch

2. Uninstall "python39-requests_ntlm.noarch" package

Here is a brief guide to show you how to uninstall python39-requests_ntlm.noarch on CentOS Stream 8:

$ sudo dnf remove python39-requests_ntlm.noarch $ sudo dnf autoremove

3. Information about the python39-requests_ntlm.noarch package on CentOS Stream 8

Last metadata expiration check: 6:11:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-requests_ntlm
Version : 1.1.0
Release : 1.el8
Architecture : noarch
Size : 17 k
Source : python39-requests_ntlm-epel-1.1.0-1.el8.src.rpm
Repository : epel
Summary : NTLM module for python requests (requires md4, thus legacy OpenSSL settings)
URL : https://pypi.python.org/pypi/requests_ntlm
License : ISC
Description : This package allows Python clients running on any operating system to provide
: NTLM authentication to a supporting server.
:
: With OpenSSL 3 or above, this needs to set the legacy OpenSSL provider in
: order to support md4 in Python.
:
: Python 3 version.