How to Install and Uninstall python39-pycrdt Package on openSuSE Tumbleweed

Last updated: June 21,2024

1. Install "python39-pycrdt" package

This guide covers the steps necessary to install python39-pycrdt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pycrdt

2. Uninstall "python39-pycrdt" package

Please follow the steps below to uninstall python39-pycrdt on openSuSE Tumbleweed:

$ sudo zypper remove python39-pycrdt

3. Information about the python39-pycrdt package on openSuSE Tumbleweed

Information for package python39-pycrdt:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pycrdt
Version : 0.8.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : python-pycrdt-0.8.6-1.2.src
Upstream URL : https://github.com/jupyter-server/pycrdt
Summary : Python bindings for Yrs
Description :
Pycrdt is a Python CRDT library that provides bindings for Yrs, the Rust port of the Yjs framework.
Conflict-free Replicated Data Types (CRDTs) allow creating shared documents that can automatically
merge changes made concurrently on different "copies" of the data. When the data lives on different
machines, they make it possible to build distributed systems that work with local data, leaving the
synchronization and conflict resolution with remote data to the CRDT algorithm, which ensures that
all data replicas eventually converge to the same state.