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

Last updated: May 05,2024

1. Install "libdqlite-dev" package

This is a short guide on how to install libdqlite-dev on Kali Linux

$ sudo apt update $ sudo apt install libdqlite-dev

2. Uninstall "libdqlite-dev" package

This tutorial shows how to uninstall libdqlite-dev on Kali Linux:

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

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

Package: libdqlite-dev
Source: dqlite
Version: 1.16.0-5
Installed-Size: 504
Maintainer: Free Ekanayaka
Architecture: amd64
Depends: libdqlite0 (= 1.16.0-5), libsqlite3-dev (>= 3.22.0~)
Size: 101544
SHA256: a02dd8e3c359e5ec1e95a558d7b415ea3cd467447836335f490f29c31c970174
SHA1: 9c85f53fb027b3380d8b47bb6081e8fc25d501df
MD5sum: 672f35207ad0112b3296c62119ba1b49
Description: Embeddable, replicated and fault tolerant SQL engine - development files
Embeddable SQL database engine with high availability and automatic failover.
.
The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite
extends SQLite with a network protocol that can connect together various
instances of your application and have them act as a highly-available cluster,
with no dependency on external databases.
.
This package contains the development headers and library files needed to
compile programs using dqlite.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/canonical/dqlite
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/d/dqlite/libdqlite-dev_1.16.0-5_amd64.deb