How to Install and Uninstall python3-ntlm-auth Package on openSUSE Leap

Last updated: May 14,2024

1. Install "python3-ntlm-auth" package

Please follow the step by step instructions below to install python3-ntlm-auth on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ntlm-auth

2. Uninstall "python3-ntlm-auth" package

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

$ sudo zypper remove python3-ntlm-auth

3. Information about the python3-ntlm-auth package on openSUSE Leap

Information for package python3-ntlm-auth:
------------------------------------------
Repository : Main Repository
Name : python3-ntlm-auth
Version : 1.4.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 236.5 KiB
Installed : No
Status : not installed
Source package : python-ntlm-auth-1.4.0-bp155.2.12.src
Upstream URL : https://github.com/jborean93/ntlm-auth
Summary : NTLM low-level Python library
Description :
This library handles the low-level details of NTLM authentication for
use in authenticating with a service that uses NTLM. It will create
and parse the 3 different message types in the order required and
produce a base64 encoded value that can be attached to the HTTP
header.