How to Install and Uninstall python310-sshtunnel Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python310-sshtunnel" package

Please follow the instructions below to install python310-sshtunnel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-sshtunnel

2. Uninstall "python310-sshtunnel" package

Learn how to uninstall python310-sshtunnel on openSuSE Tumbleweed:

$ sudo zypper remove python310-sshtunnel

3. Information about the python310-sshtunnel package on openSuSE Tumbleweed

Information for package python310-sshtunnel:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sshtunnel
Version : 0.4.0-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 215.4 KiB
Installed : No
Status : not installed
Source package : python-sshtunnel-0.4.0-3.2.src
Upstream URL : https://github.com/pahaz/sshtunnel/
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.