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

Last updated: September 28,2024

1. Install "python312-pycrdt" package

This tutorial shows how to install python312-pycrdt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pycrdt

2. Uninstall "python312-pycrdt" package

This guide let you learn how to uninstall python312-pycrdt on openSuSE Tumbleweed:

$ sudo zypper remove python312-pycrdt

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

Information for package python312-pycrdt:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-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.