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

Last updated: July 01,2024

1. Install "python2-requests_ntlm" package

Please follow the steps below to install python2-requests_ntlm on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-requests_ntlm

2. Uninstall "python2-requests_ntlm" package

This tutorial shows how to uninstall python2-requests_ntlm on openSUSE Leap:

$ sudo zypper remove python2-requests_ntlm

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

Information for package python2-requests_ntlm:
----------------------------------------------
Repository : Main Repository
Name : python2-requests_ntlm
Version : 1.1.0-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 21,0 KiB
Installed : No
Status : not installed
Source package : python-requests_ntlm-1.1.0-bp153.1.21.src
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.