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

Last updated: July 02,2024

1. Install "python39-comm" package

This is a short guide on how to install python39-comm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-comm

2. Uninstall "python39-comm" package

This guide let you learn how to uninstall python39-comm on openSuSE Tumbleweed:

$ sudo zypper remove python39-comm

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

Information for package python39-comm:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-comm
Version : 0.2.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 30.1 KiB
Installed : No
Status : not installed
Source package : python-comm-0.2.1-1.4.src
Upstream URL : https://github.com/ipython/comm
Summary : Jupyter Python Comm implementation
Description :
Comm provides a way to register a Kernel Comm implementation,
as per the Jupyter kernel protocol. It also provides a base
Comm implementation and a default CommManager that can be used.