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

Last updated: May 18,2024

1. Install "python39-asyncssh" package

Here is a brief guide to show you how to install python39-asyncssh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-asyncssh

2. Uninstall "python39-asyncssh" package

Please follow the instructions below to uninstall python39-asyncssh on openSuSE Tumbleweed:

$ sudo zypper remove python39-asyncssh

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

Information for package python39-asyncssh:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.