How to Install and Uninstall python311-asyncssh Package on openSuSE Tumbleweed

Last updated: December 30,2024

1. Install "python311-asyncssh" package

Please follow the instructions below to install python311-asyncssh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-asyncssh

2. Uninstall "python311-asyncssh" package

In this section, we are going to explain the necessary steps to uninstall python311-asyncssh on openSuSE Tumbleweed:

$ sudo zypper remove python311-asyncssh

3. Information about the python311-asyncssh package on openSuSE Tumbleweed

Information for package python311-asyncssh:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-asyncssh
Version : 2.14.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 5.1 MiB
Installed : No
Status : not installed
Source package : python-asyncssh-2.14.2-1.2.src
Upstream URL : https://github.com/ronf/asyncssh
Summary : Asynchronous SSHv2 client and server library
Description :
AsyncSSH is a Python package which provides an asynchronous client and
server implementation of the SSHv2 protocol on top of the Python asyncio framework.