How to Install and Uninstall python3-smbprotocol.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-smbprotocol.noarch" package

In this section, we are going to explain the necessary steps to install python3-smbprotocol.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-smbprotocol.noarch

2. Uninstall "python3-smbprotocol.noarch" package

Please follow the steps below to uninstall python3-smbprotocol.noarch on Fedora 35:

$ sudo dnf remove python3-smbprotocol.noarch $ sudo dnf autoremove

3. Information about the python3-smbprotocol.noarch package on Fedora 35

Last metadata expiration check: 4:32:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-smbprotocol
Version : 1.1.0
Release : 4.fc35
Architecture : noarch
Size : 171 k
Source : python-smbprotocol-1.1.0-4.fc35.src.rpm
Repository : fedora
Summary : Interact with a server using the SMB 2/3 Protocol
URL : https://github.com/jborean93/smbprotocol
License : MIT
Description : SMB is a network file sharing protocol and has numerous iterations
: over the years. This library implements the SMBv2 and SMBv3 protocol
: based on the MS-SMB2 document.