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

Last updated: July 04,2024

1. Install "python311-pycrdt" package

Please follow the guidance below to install python311-pycrdt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pycrdt

2. Uninstall "python311-pycrdt" package

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

$ sudo zypper remove python311-pycrdt

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

Information for package python311-pycrdt:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pycrdt
Version : 0.8.6-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.4 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.