How to Install and Uninstall python3-fabric.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-fabric.noarch" package

Please follow the guidance below to install python3-fabric.noarch on Fedora 34

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

2. Uninstall "python3-fabric.noarch" package

Please follow the steps below to uninstall python3-fabric.noarch on Fedora 34:

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

3. Information about the python3-fabric.noarch package on Fedora 34

Last metadata expiration check: 5:01:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-fabric
Version : 2.6.0
Release : 1.fc34
Architecture : noarch
Size : 76 k
Source : python-fabric-2.6.0-1.fc34.src.rpm
Repository : updates
Summary : High level SSH command execution
URL : https://github.com/fabric/fabric
License : BSD
Description : Fabric is a high level Python (2.7, 3.4+) library designed to execute shell
: commands remotely over SSH, yielding useful Python objects in return. It builds
: on top of Invoke (subprocess command execution and command-line features) and
: Paramiko (SSH protocol implementation), extending their APIs to complement one
: another and provide additional functionality.