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

Last updated: July 03,2024

1. Install "python311-comm" package

This guide let you learn how to install python311-comm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-comm

2. Uninstall "python311-comm" package

This tutorial shows how to uninstall python311-comm on openSuSE Tumbleweed:

$ sudo zypper remove python311-comm

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

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