How to Install and Uninstall libraft2 Package on Kali Linux

Last updated: May 18,2024

1. Install "libraft2" package

This guide covers the steps necessary to install libraft2 on Kali Linux

$ sudo apt update $ sudo apt install libraft2

2. Uninstall "libraft2" package

Please follow the steps below to uninstall libraft2 on Kali Linux:

$ sudo apt remove libraft2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libraft2 package on Kali Linux

Package: libraft2
Source: raft
Version: 0.15.0-1
Installed-Size: 199
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Depends: libc6 (>= 2.25), liblz4-1 (>= 0.0~r127), libuv1 (>= 1.4.2)
Size: 74860
SHA256: ec9e18c6fba3b79d9c0a223433b769e8235dfcdfd42543eb35f4da00ee440c5f
SHA1: b5f84cf1ee36743237213f709deb740501d5ed47
MD5sum: 0ad8eb9ff6fe237612478b7e711d2140
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: 349b6ffd4b764d541d60dd97010a93f2
Multi-Arch: same
Homepage: https://raft.readthedocs.io/en/latest/
Section: libs
Priority: optional
Filename: pool/main/r/raft/libraft2_0.15.0-1_amd64.deb