How to Install and Uninstall libraft0 Package on Kali Linux

Last updated: May 03,2024

1. Install "libraft0" package

This tutorial shows how to install libraft0 on Kali Linux

$ sudo apt update $ sudo apt install libraft0

2. Uninstall "libraft0" package

This guide covers the steps necessary to uninstall libraft0 on Kali Linux:

$ sudo apt remove libraft0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libraft0 package on Kali Linux

Package: libraft0
Source: raft
Version: 0.22.0-1
Installed-Size: 240
Maintainer: Free Ekanayaka
Architecture: amd64
Depends: libc6 (>= 2.17), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2)
Size: 89704
SHA256: cb7878d0fd3ea0ad20f514714ea47c74ac527743370d46b00d35e3543828ea4d
SHA1: e4499fd7d16036db770bb55b161d18fc7817e74e
MD5sum: 00b380cade5f5867047f7b38bbdf9e52
Description: Raft Consensus protocol implementation - shared library
Fully asynchronous C implementation of the Raft consensus protocol.
.
The library has modular design: its core part implements only the core Raft
algorithm logic, in a fully platform independent way. On top of that, a
pluggable interface defines the I/O implementation for networking
(send/receive RPC messages) and disk persistence (store log entries and
snapshots).
.
This package contains the C library needed to run executables that use Raft
Consensus protocol.
Description-md5:
Multi-Arch: same
Homepage: https://raft.readthedocs.io
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/r/raft/libraft0_0.22.0-1_amd64.deb