How to Install and Uninstall python3-parallel-ssh.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-parallel-ssh.x86_64" package

This guide covers the steps necessary to install python3-parallel-ssh.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-parallel-ssh.x86_64

2. Uninstall "python3-parallel-ssh.x86_64" package

Please follow the guidelines below to uninstall python3-parallel-ssh.x86_64 on Fedora 34:

$ sudo dnf remove python3-parallel-ssh.x86_64 $ sudo dnf autoremove

3. Information about the python3-parallel-ssh.x86_64 package on Fedora 34

Last metadata expiration check: 1:22:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-parallel-ssh
Version : 1.9.1
Release : 7.fc34
Architecture : x86_64
Size : 107 k
Source : python-parallel-ssh-1.9.1-7.fc34.src.rpm
Repository : fedora
Summary : Asynchronous parallel SSH library
URL : https://parallel-ssh.readthedocs.io/
License : LGPLv2
Description : Library for running asynchronous parallel SSH commands over many hosts.
:
: parallel-ssh uses asychronous network requests - there is no multi-threading or
: multi-processing used.
:
: This is a requirement for commands on many (hundreds/thousands/hundreds of
: thousands) of hosts which would grind a system to a halt simply by having so
: many processes/threads all wanting to execute if done with
: multi-threading/processing.
:
: Python 3 version.