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

Last updated: July 03,2024

1. Install "python39-jupyter-ydoc" package

In this section, we are going to explain the necessary steps to install python39-jupyter-ydoc on openSuSE Tumbleweed

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

2. Uninstall "python39-jupyter-ydoc" package

Please follow the guidance below to uninstall python39-jupyter-ydoc on openSuSE Tumbleweed:

$ sudo zypper remove python39-jupyter-ydoc

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

Information for package python39-jupyter-ydoc:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-jupyter-ydoc
Version : 2.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 42.6 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.