How to Install and Uninstall python310-smbprotocol Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "python310-smbprotocol" package

This guide let you learn how to install python310-smbprotocol on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-smbprotocol

2. Uninstall "python310-smbprotocol" package

Please follow the instructions below to uninstall python310-smbprotocol on openSuSE Tumbleweed:

$ sudo zypper remove python310-smbprotocol

3. Information about the python310-smbprotocol package on openSuSE Tumbleweed

Information for package python310-smbprotocol:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-smbprotocol
Version : 1.12.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 924.4 KiB
Installed : No
Status : not installed
Source package : python-smbprotocol-1.12.0-1.2.src
Upstream URL : https://github.com/jborean93/smbprotocol
Summary : SMBv2/v3 client for Python 2 and 3
Description :
This library implements the SMBv2 and SMBv3 protocol.
Features
--------
- Negotiation of the SMB 2.0.2 protocol to SMB 3.1.1 (Windows 10/Server
2016)
- Authentication with both NTLM and Kerberos
- Message signing
- Message encryption (SMB 3.x.x+)
- Connect to a Tree/Share
- Opening of files, pipes and directories
- Set create contexts when opening files
- Read and writing of files and pipes
- Sending IOCTL commands
- Sending of multiple messages in one packet (compounding)