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

Last updated: May 14,2024

1. Install "python3-paramiko" package

Please follow the guidelines below to install python3-paramiko on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-paramiko

2. Uninstall "python3-paramiko" package

Please follow the guidance below to uninstall python3-paramiko on openSUSE Leap:

$ sudo zypper remove python3-paramiko

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

Information for package python3-paramiko:
-----------------------------------------
Repository : Main Repository
Name : python3-paramiko
Version : 2.4.3-150100.6.18.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.6 MiB
Installed : No
Status : not installed
Source package : python-paramiko-2.4.3-150100.6.18.1.src
Upstream URL : https://www.paramiko.org/
Summary : SSH2 protocol library
Description :
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too.