How to Install and Uninstall python3-fabric.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "python3-fabric.noarch" package

This guide let you learn how to install python3-fabric.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-fabric.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:27:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-fabric
Version : 2.7.0
Release : 2.el9
Architecture : noarch
Size : 76 k
Source : python-fabric-2.7.0-2.el9.src.rpm
Repository : epel
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.