How to Install and Uninstall python312-jupyter-ydoc Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python312-jupyter-ydoc" package

This tutorial shows how to install python312-jupyter-ydoc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-jupyter-ydoc

2. Uninstall "python312-jupyter-ydoc" package

This tutorial shows how to uninstall python312-jupyter-ydoc on openSuSE Tumbleweed:

$ sudo zypper remove python312-jupyter-ydoc

3. Information about the python312-jupyter-ydoc package on openSuSE Tumbleweed

Information for package python312-jupyter-ydoc:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-jupyter-ydoc
Version : 2.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 49.0 KiB
Installed : No
Status : not installed
Source package : python-jupyter-ydoc-2.0.1-1.2.src
Upstream URL : https://github.com/jupyter-server/jupyter_ydoc
Summary : Document structures for collaborative editing using Ypy
Description :
Ypy-based data structures for various documents used in the Jupyter ecosystem.
Built-in documents include:
- `YBlob`: a generic immutable binary document.
- `YUnicode`: a generic UTF8-encoded text document (`YFile` is an alias to `YUnicode`).
- `YNotebook`: a Jupyter notebook document.