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

Last updated: July 05,2024

1. Install "python312-asyncssh" package

In this section, we are going to explain the necessary steps to install python312-asyncssh on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-asyncssh

2. Uninstall "python312-asyncssh" package

This is a short guide on how to uninstall python312-asyncssh on openSuSE Tumbleweed:

$ sudo zypper remove python312-asyncssh

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

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