How to Install and Uninstall libraft-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libraft-dev" package

Please follow the guidance below to install libraft-dev on Kali Linux

$ sudo apt update $ sudo apt install libraft-dev

2. Uninstall "libraft-dev" package

Please follow the guidance below to uninstall libraft-dev on Kali Linux:

$ sudo apt remove libraft-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libraft-dev package on Kali Linux

Package: libraft-dev
Source: raft
Version: 0.22.0-1
Installed-Size: 699
Maintainer: Free Ekanayaka
Architecture: amd64
Depends: libraft0 (= 0.22.0-1)
Size: 141324
SHA256: 214770d5d516630d317a6801264bcc30b68af62baa1104196518a14d87a99fd4
SHA1: 5ba310c085806eab47b60965afa802e5791861db
MD5sum: d88d709a80778e93a11a8a7d2c5bf52b
Description: Raft Consensus protocol implementation - development files
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 development headers and library files needed to
compile programs using Raft Consensus protocol.
Description-md5:
Multi-Arch: same
Homepage: https://raft.readthedocs.io
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/raft/libraft-dev_0.22.0-1_amd64.deb