How to Install and Uninstall python2-pushy Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-pushy" package

Please follow the instructions below to install python2-pushy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pushy

2. Uninstall "python2-pushy" package

Please follow the steps below to uninstall python2-pushy on openSUSE Leap:

$ sudo zypper remove python2-pushy

3. Information about the python2-pushy package on openSUSE Leap

Information for package python2-pushy:
--------------------------------------
Repository : Main Repository
Name : python2-pushy
Version : 0.5.4-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 268,5 KiB
Installed : No
Status : not installed
Source package : python-pushy-0.5.4-bp153.1.13.src
Summary : A library for transparently accessing objects in a remote Python interpreter
Description :
Pushy is a Python library for allowing one to connect to a remote Python
interpreter, and transparently access objects in that interpreter as if they
were objects within the local interpreter.
Pushy has the novel ability to execute a remote Python interpreter and start a
request servicing loop therein, without requiring any custom Python libraries
(including Pushy) to be initially present. To accomplish this, Pushy requires
an SSH daemon to be present on the remote machine.
Pushy was initially developed to simplify automated testing to the point that
testing software on remote machines becomes little different to testing on the
local machine.