How to Install and Uninstall python311-Fabric Package on openSuSE Tumbleweed

Last updated: May 29,2024

1. Install "python311-Fabric" package

Please follow the step by step instructions below to install python311-Fabric on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Fabric

2. Uninstall "python311-Fabric" package

Please follow the step by step instructions below to uninstall python311-Fabric on openSuSE Tumbleweed:

$ sudo zypper remove python311-Fabric

3. Information about the python311-Fabric package on openSuSE Tumbleweed

Information for package python311-Fabric:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Fabric
Version : 3.2.2-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 335.3 KiB
Installed : No
Status : not installed
Source package : python-Fabric-3.2.2-1.3.src
Upstream URL : https://fabfile.org
Summary : A Pythonic tool for remote execution and deployment
Description :
Fabric is a Python library and command-line tool for
streamlining the use of SSH for application deployment or systems
administration tasks.
It provides a basic suite of operations for executing local or remote shell
commands (normally or via sudo) and uploading/downloading files, as well as
auxiliary functionality such as prompting the running user for input, or
aborting execution.
In addition to being used via the fab tool, Fabric's components may be imported
into other Python code, providing a Pythonic interface to the SSH protocol
suite at a higher level than that provided by e.g. Paramiko (which
Fabric itself leverages).