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

Last updated: October 04,2024

1. Install "python36-paramiko-expect" package

In this section, we are going to explain the necessary steps to install python36-paramiko-expect on openSuSE Tumbleweed

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

2. Uninstall "python36-paramiko-expect" package

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

$ sudo zypper remove python36-paramiko-expect

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

Information for package python36-paramiko-expect:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-paramiko-expect
Version : 0.2.8-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 48,5 KiB
Installed : No
Status : not installed
Source package : python-paramiko-expect-0.2.8-2.6.src
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).