How to Install and Uninstall python3-pysmb.noarch Package on CentOS Stream 8

Last updated: June 25,2024

1. Install "python3-pysmb.noarch" package

Please follow the steps below to install python3-pysmb.noarch on CentOS Stream 8

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

2. Uninstall "python3-pysmb.noarch" package

This tutorial shows how to uninstall python3-pysmb.noarch on CentOS Stream 8:

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

3. Information about the python3-pysmb.noarch package on CentOS Stream 8

Last metadata expiration check: 4:30:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pysmb
Version : 1.2.2
Release : 1.el8
Architecture : noarch
Size : 158 k
Source : python-pysmb-1.2.2-1.el8.src.rpm
Repository : epel
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.