How to Install and Uninstall python3-requests_ntlm.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "python3-requests_ntlm.noarch" package

This guide covers the steps necessary to install python3-requests_ntlm.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-requests_ntlm.noarch" package

This is a short guide on how to uninstall python3-requests_ntlm.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-requests_ntlm.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:05:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-requests_ntlm
Version : 1.1.0
Release : 17.el9
Architecture : noarch
Size : 18 k
Source : python-requests_ntlm-1.1.0-17.el9.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.