How to Install and Uninstall librust-crdts-dev Package on Kali Linux

Last updated: November 07,2024

1. Install "librust-crdts-dev" package

Please follow the steps below to install librust-crdts-dev on Kali Linux

$ sudo apt update $ sudo apt install librust-crdts-dev

2. Uninstall "librust-crdts-dev" package

Please follow the instructions below to uninstall librust-crdts-dev on Kali Linux:

$ sudo apt remove librust-crdts-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the librust-crdts-dev package on Kali Linux

Package: librust-crdts-dev
Source: rust-crdts
Version: 7.3.2+dfsg-3
Installed-Size: 387
Maintainer: Jonas Smedegaard
Architecture: all
Provides: librust-crdts-7+default-dev (= 7.3.2+dfsg-3), librust-crdts-7+merkle-dev (= 7.3.2+dfsg-3), librust-crdts-7+num-dev (= 7.3.2+dfsg-3), librust-crdts-7+quickcheck-dev (= 7.3.2+dfsg-3), librust-crdts-7-dev (= 7.3.2+dfsg-3), librust-crdts-7.3-dev (= 7.3.2+dfsg-3), librust-crdts-7.3.2-dev (= 7.3.2+dfsg-3)
Depends: librust-num-0.4+default-dev, librust-num-0.4+serde-dev, librust-quickcheck-1+default-dev, librust-rand-0.8+default-dev, librust-serde-1.0+default-dev, librust-serde-1.0+derive-dev, librust-tiny-keccak-2+default-dev, librust-tiny-keccak-2+sha3-dev
Size: 143656
SHA256: 3cfa4ccb0145055f3fb625bf5fd0d19b42069dbffc1b5a481510bd42ca340675
SHA1: 164180e7f2a984fc7d493be90de254972f3292eb
MD5sum: cdec659b183f77256b10d75d2df3fd07
Description: practical, serializable, thoroughly tested CRDTs - Rust source code
crdts provides a family of thoroughly tested hybrid CRDTs
supporting both State and Op based replication.
.
In distributed computing,
a conflict-free replicated data type (CRDT) is a data structure
that is replicated across multiple computers in a network,
with the following features:
* The application can update any replica independently,
concurrently and without coordinating with other replicas.
* An algorithm (itself part of the data type) automatically resolves
any inconsistencies that might occur.
* Although replicas may have different state
at any particular point in time,
they are guaranteed to eventually converge.
.
There are two approaches to CRDTs -
operation-based CRDTs and state-based CRDTs.
Both provide strong eventual consistency;
the former is more more efficient to distribute,
whereas the latter is simpler to design and implement.
.
This package contains the source for the Rust crdts crate,
packaged for use with cargo and dh-cargo.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/rust-crdt/rust-crdt
Section: rust
Priority: optional
Filename: pool/main/r/rust-crdts/librust-crdts-dev_7.3.2+dfsg-3_all.deb