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

Last updated: July 05,2024

1. Install "python310-pycrdt" package

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

$ sudo zypper refresh $ sudo zypper install python310-pycrdt

2. Uninstall "python310-pycrdt" package

Here is a brief guide to show you how to uninstall python310-pycrdt on openSuSE Tumbleweed:

$ sudo zypper remove python310-pycrdt

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

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