How to Install and Uninstall python3-requests_ntlm Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-requests_ntlm" package

Please follow the guidance below to install python3-requests_ntlm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-requests_ntlm

2. Uninstall "python3-requests_ntlm" package

Please follow the guidance below to uninstall python3-requests_ntlm on openSUSE Leap:

$ sudo zypper remove python3-requests_ntlm

3. Information about the python3-requests_ntlm package on openSUSE Leap

Information for package python3-requests_ntlm:
----------------------------------------------
Repository : Main Repository
Name : python3-requests_ntlm
Version : 1.1.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 26.0 KiB
Installed : No
Status : not installed
Source package : python-requests_ntlm-1.1.0-bp155.2.9.src
Upstream URL : https://github.com/requests/requests-ntlm
Summary : NTLM authentication for the python-requests library
Description :
This package allows for HTTP NTLM authentication using
python-requests. HttpNtlmAuth extends requests' AuthBase, so it can
be dropped directly in place, or used in conjunction with a Session
to make use of connection pooling.