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

Last updated: July 02,2024

1. Install "python310-comm" package

Please follow the steps below to install python310-comm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-comm

2. Uninstall "python310-comm" package

Please follow the guidance below to uninstall python310-comm on openSuSE Tumbleweed:

$ sudo zypper remove python310-comm

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

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