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

Last updated: October 09,2024

1. Install "python3-fabric.noarch" package

Please follow the step by step instructions below to install python3-fabric.noarch on Fedora 35

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

2. Uninstall "python3-fabric.noarch" package

Please follow the guidance below to uninstall python3-fabric.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:36:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-fabric
Version : 2.7.0
Release : 1.fc35
Architecture : noarch
Size : 76 k
Source : python-fabric-2.7.0-1.fc35.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.