How to Install and Uninstall python39-paramiko-expect Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-paramiko-expect" package

Please follow the steps below to install python39-paramiko-expect on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-paramiko-expect

2. Uninstall "python39-paramiko-expect" package

Please follow the step by step instructions below to uninstall python39-paramiko-expect on openSuSE Tumbleweed:

$ sudo zypper remove python39-paramiko-expect

3. Information about the python39-paramiko-expect package on openSuSE Tumbleweed

Information for package python39-paramiko-expect:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-paramiko-expect
Version : 0.3.5-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 42.9 KiB
Installed : No
Status : not installed
Source package : python-paramiko-expect-0.3.5-1.4.src
Upstream URL : https://github.com/fgimian/paramiko-expect
Summary : An expect-like extension for the Paramiko SSH library
Description :
Paramiko Expect provides an expect-like extension for the Paramiko SSH library
which allows scripts to fully interact with hosts via a true SSH
connection.
The class is constructed with an SSH Client object (this will likely be
extended to support a transport in future for more flexibility).