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

Last updated: October 06,2024

1. Install "python311-paramiko-expect" package

This tutorial shows how to install python311-paramiko-expect on openSuSE Tumbleweed

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

2. Uninstall "python311-paramiko-expect" package

Learn how to uninstall python311-paramiko-expect on openSuSE Tumbleweed:

$ sudo zypper remove python311-paramiko-expect

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

Information for package python311-paramiko-expect:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-paramiko-expect
Version : 0.3.5-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 49.4 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).