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

Last updated: July 01,2024

1. Install "python3-smbprotocol.noarch" package

This tutorial shows how to install python3-smbprotocol.noarch on Fedora 34

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

2. Uninstall "python3-smbprotocol.noarch" package

This guide let you learn how to uninstall python3-smbprotocol.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:51:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-smbprotocol
Version : 1.1.0
Release : 2.fc34
Architecture : noarch
Size : 171 k
Source : python-smbprotocol-1.1.0-2.fc34.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.