How to Install and Uninstall python3-fabric.noarch Package on Oracle Linux 9

Last updated: September 20,2024

1. Install "python3-fabric.noarch" package

In this section, we are going to explain the necessary steps to install python3-fabric.noarch on Oracle Linux 9

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

2. Uninstall "python3-fabric.noarch" package

This is a short guide on how to uninstall python3-fabric.noarch on Oracle Linux 9:

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

3. Information about the python3-fabric.noarch package on Oracle Linux 9

Last metadata expiration check: 1:25:58 ago on Thu Feb 15 07:50:05 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.