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

Last updated: July 03,2024

1. Install "python310-asyncssh" package

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

$ sudo zypper refresh $ sudo zypper install python310-asyncssh

2. Uninstall "python310-asyncssh" package

Learn how to uninstall python310-asyncssh on openSuSE Tumbleweed:

$ sudo zypper remove python310-asyncssh

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

Information for package python310-asyncssh:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-asyncssh
Version : 2.14.2-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 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.