How to Install and Uninstall python3-pysmb.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-pysmb.noarch" package

Here is a brief guide to show you how to install python3-pysmb.noarch on Rocky Linux 8

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

2. Uninstall "python3-pysmb.noarch" package

Please follow the instructions below to uninstall python3-pysmb.noarch on Rocky Linux 8:

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

3. Information about the python3-pysmb.noarch package on Rocky Linux 8

Last metadata expiration check: 0:44:50 ago on Mon Sep 12 10:27:18 2022.
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.