How To Install python3-clustershell on Fedora 36

In this tutorial we learn how to install python3-clustershell in Fedora 36. python3-clustershell is ClusterShell module for Python 3

Introduction

In this tutorial we learn how to install python3-clustershell on Fedora 36.

What is python3-clustershell

ClusterShell Python 3 module and related command line tools.

We can use yum or dnf to install python3-clustershell on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-clustershell.

Install python3-clustershell on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-clustershell using dnf by running the following command:

sudo dnf -y install python3-clustershell

Install python3-clustershell on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-clustershell using yum by running the following command:

sudo yum -y install python3-clustershell

How To Uninstall python3-clustershell on Fedora 36

To uninstall only the python3-clustershell package we can use the following command:

sudo dnf remove python3-clustershell

python3-clustershell Package Contents on Fedora 36

/usr/bin/clubak
/usr/bin/cluset
/usr/bin/clush
/usr/bin/nodeset
/usr/lib/python3.10/site-packages/ClusterShell
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/ClusterShell-1.8.4-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/ClusterShell/CLI
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Clubak.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Clush.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Config.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Display.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Error.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Nodeset.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/OptionParser.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/Utils.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__init__.py
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Clubak.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Clubak.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Clush.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Clush.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Config.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Display.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Display.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Error.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Error.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Nodeset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Nodeset.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/OptionParser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/OptionParser.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/Utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/CLI/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Communication.py
/usr/lib/python3.10/site-packages/ClusterShell/Defaults.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine
/usr/lib/python3.10/site-packages/ClusterShell/Engine/EPoll.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/Engine.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/Factory.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/Poll.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/Select.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__init__.py
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/EPoll.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/EPoll.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Engine.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Engine.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Poll.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Poll.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Select.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/Select.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Engine/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Event.py
/usr/lib/python3.10/site-packages/ClusterShell/Gateway.py
/usr/lib/python3.10/site-packages/ClusterShell/MsgTree.py
/usr/lib/python3.10/site-packages/ClusterShell/NodeSet.py
/usr/lib/python3.10/site-packages/ClusterShell/NodeUtils.py
/usr/lib/python3.10/site-packages/ClusterShell/Propagation.py
/usr/lib/python3.10/site-packages/ClusterShell/RangeSet.py
/usr/lib/python3.10/site-packages/ClusterShell/Task.py
/usr/lib/python3.10/site-packages/ClusterShell/Topology.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker
/usr/lib/python3.10/site-packages/ClusterShell/Worker/EngineClient.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Exec.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Pdsh.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Popen.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Rsh.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Ssh.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Tree.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/Worker.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__init__.py
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/EngineClient.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/EngineClient.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Exec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Exec.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Pdsh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Pdsh.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Popen.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Popen.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Rsh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Rsh.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Ssh.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Ssh.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Worker.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/Worker.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/fastsubprocess.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/__pycache__/fastsubprocess.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/Worker/fastsubprocess.py
/usr/lib/python3.10/site-packages/ClusterShell/__init__.py
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Communication.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Communication.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Defaults.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Defaults.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Event.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Event.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Gateway.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Gateway.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/MsgTree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/MsgTree.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/NodeSet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/NodeSet.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/NodeUtils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/NodeUtils.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Propagation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Propagation.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/RangeSet.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/RangeSet.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Task.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Task.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Topology.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/Topology.cpython-310.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ClusterShell/__pycache__/__init__.cpython-310.pyc

References

Summary

In this tutorial we learn how to install python3-clustershell on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).