How to Install and Uninstall python3-pysmb.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "python3-pysmb.noarch" package

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

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

2. Uninstall "python3-pysmb.noarch" package

This guide let you learn how to uninstall python3-pysmb.noarch on Fedora 39:

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

3. Information about the python3-pysmb.noarch package on Fedora 39

Last metadata expiration check: 1:33:37 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pysmb
Version : 1.2.4
Release : 10.fc39
Architecture : noarch
Size : 211 k
Source : python-pysmb-1.2.4-10.fc39.src.rpm
Repository : fedora
Summary : Python SMB/CIFS library
URL : https://github.com/miketeo/pysmb
License : zlib and MIT
Description : pysmb is an experimental SMB/CIFS library written in Python. It implements the
: client-side SMB/CIFS protocol which allows your Python application to access
: and transfer files to/from SMB/CIFS shared folders like your Windows file
: sharing and Samba folders.