How to Install and Uninstall python2-Fabric Package on openSUSE Leap
Last updated: December 24,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-Fabric" package
Please follow the steps below to install python2-Fabric on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-Fabric
Copied
2. Uninstall "python2-Fabric" package
Learn how to uninstall python2-Fabric on openSUSE Leap:
$
sudo zypper remove
python2-Fabric
Copied
3. Information about the python2-Fabric package on openSUSE Leap
Information for package python2-Fabric:
---------------------------------------
Repository : Main Repository
Name : python2-Fabric
Version : 2.5.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 247,2 KiB
Installed : No
Status : not installed
Source package : python-Fabric-2.5.0-3.3.1.src
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).
---------------------------------------
Repository : Main Repository
Name : python2-Fabric
Version : 2.5.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 247,2 KiB
Installed : No
Status : not installed
Source package : python-Fabric-2.5.0-3.3.1.src
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).