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

Last updated: October 08,2024

1. Install "python3-fabric.noarch" package

This tutorial shows how to install python3-fabric.noarch on AlmaLinux 9

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

2. Uninstall "python3-fabric.noarch" package

This guide let you learn how to uninstall python3-fabric.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:26:29 ago on Wed Mar 13 07:41:12 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.