How to Install and Uninstall python3-pysyncobj Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-pysyncobj" package

Please follow the guidance below to install python3-pysyncobj on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pysyncobj

2. Uninstall "python3-pysyncobj" package

Here is a brief guide to show you how to uninstall python3-pysyncobj on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pysyncobj $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pysyncobj package on Ubuntu 21.10 (Impish Indri)

Package: python3-pysyncobj
Architecture: all
Version: 0.3.7-2
Priority: optional
Section: universe/python
Source: pysyncobj
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Michael Banck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 192
Depends: python3:any (>= 3.6~)
Filename: pool/universe/p/pysyncobj/python3-pysyncobj_0.3.7-2_all.deb
Size: 36352
MD5sum: 3ecbfc7078ee0cdbf2ff860c303c2c5d
SHA1: 93439d70f89355c713ccc87f05e847809f54aad8
SHA256: 47488c3e0b6e1cd3f44a40c9520b26d20f28cecfa8eec886ec2f758f8c9a892e
SHA512: ec3a7934a8a4f8274e600bcc3d7c4182c9567d71d7aa8b0400007e144d9a4594a54ac858d858e3b300fb26cfaa1e54c10d3637f6e06d3dc9528004123abdc064
Homepage: https://github.com/bakwc/PySyncObj
Description-en: RAFT-based python class replication between multiple servers
PySyncObj is a python library for building fault-tolerant distributed systems.
It provides the ability to replicate your application data between multiple
servers. It has following features:
.
* raft protocol for leader election and log replication
* Log compaction - it use fork for copy-on-write while serializing data on
disk
* Dynamic membership changes - you can do it with syncobj_admin utility or
directly from your code
* Zero downtime deploy - no need to stop cluster to update nodes
* In-memory and on-disk serialization - you can use in-memory mode for small
data and on-disk for big one
* Encryption - you can set password and use it in external network
* Configurable event loop - it can works in separate thread with it's own
event loop - or you can call onTick function inside your own one
* Convenient interface - one can easily transform arbitrary class into a
replicated one
Description-md5: 6814edc383e4b7cc7d2e8955ed5062b1