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

Last updated: November 01,2024

1. Install "python3-pysmb.noarch" package

Please follow the guidance below to install python3-pysmb.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-pysmb.noarch" package

This guide covers the steps necessary to uninstall python3-pysmb.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 8:02:24 ago on Sun May 9 13:03:46 2021.
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.