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

Last updated: July 03,2024

1. Install "python312-comm" package

Please follow the guidelines below to install python312-comm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-comm

2. Uninstall "python312-comm" package

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

$ sudo zypper remove python312-comm

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

Information for package python312-comm:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-comm
Version : 0.2.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 34.3 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.