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

Last updated: May 23,2024

1. Install "python2-sshtunnel" package

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

$ sudo zypper refresh $ sudo zypper install python2-sshtunnel

2. Uninstall "python2-sshtunnel" package

Please follow the instructions below to uninstall python2-sshtunnel on openSUSE Leap:

$ sudo zypper remove python2-sshtunnel

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

Information for package python2-sshtunnel:
------------------------------------------
Repository : Main Repository
Name : python2-sshtunnel
Version : 0.1.5-1.10
Arch : noarch
Vendor : SUSE LLC
Installed Size : 217,5 KiB
Installed : No
Status : not installed
Source package : python-sshtunnel-0.1.5-1.10.src
Summary : SSH tunnels to remote server
Description :
The sshtunnel package allows one to create SSH tunnels using local
or remote port forwarding. Thus, it provides a Python wrapper to
the same functionality provided by the SSH command using the -L
and -R parameters.