How to Install and Uninstall python3-ntlm-auth.noarch Package on Fedora 36

Last updated: May 12,2024

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

Please follow the steps below to install python3-ntlm-auth.noarch on Fedora 36

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

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

This is a short guide on how to uninstall python3-ntlm-auth.noarch on Fedora 36:

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

3. Information about the python3-ntlm-auth.noarch package on Fedora 36

Last metadata expiration check: 3:48:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-ntlm-auth
Version : 1.5.0
Release : 8.fc36
Architecture : noarch
Size : 53 k
Source : python-ntlm-auth-1.5.0-8.fc36.src.rpm
Repository : updates
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.