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

Last updated: May 19,2024

1. Install "python3-sshtunnel" package

This guide covers the steps necessary to install python3-sshtunnel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sshtunnel

2. Uninstall "python3-sshtunnel" package

Learn how to uninstall python3-sshtunnel on openSUSE Leap:

$ sudo zypper remove python3-sshtunnel

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

Information for package python3-sshtunnel:
------------------------------------------
Repository : Main Repository
Name : python3-sshtunnel
Version : 0.1.5-1.10
Arch : noarch
Vendor : SUSE LLC
Installed Size : 206.6 KiB
Installed : No
Status : not installed
Source package : python-sshtunnel-0.1.5-1.10.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.