How to Install and Uninstall python311-requests_ntlm Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python311-requests_ntlm" package

This guide covers the steps necessary to install python311-requests_ntlm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-requests_ntlm

2. Uninstall "python311-requests_ntlm" package

Please follow the step by step instructions below to uninstall python311-requests_ntlm on openSuSE Tumbleweed:

$ sudo zypper remove python311-requests_ntlm

3. Information about the python311-requests_ntlm package on openSuSE Tumbleweed

Information for package python311-requests_ntlm:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-requests_ntlm
Version : 1.2.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 28.1 KiB
Installed : No
Status : not installed
Source package : python-requests_ntlm-1.2.0-2.5.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.