How to Install and Uninstall libdqlite0 Package on Kali Linux

Last updated: May 03,2024

1. Install "libdqlite0" package

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

$ sudo apt update $ sudo apt install libdqlite0

2. Uninstall "libdqlite0" package

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

$ sudo apt remove libdqlite0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdqlite0 package on Kali Linux

Package: libdqlite0
Source: dqlite
Version: 1.16.0-5
Installed-Size: 235
Maintainer: Free Ekanayaka
Architecture: amd64
Depends: libc6 (>= 2.34), libraft0 (>= 0.20), libsqlite3-0 (>= 3.8.7), libuv1 (>= 1.8.0~)
Size: 80048
SHA256: 75dbc69accdb217b24df348e55e4a6235aa4accdc6d9c63f127671702dd8a79f
SHA1: a5285327ea1f8a1c2a2bae44cddea76db75e3792
MD5sum: 6b8a4c5c4e37d73e30bfd0a8d484b4cf
Description: Embeddable, replicated and fault tolerant SQL engine - shared library
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 C library needed to run executables that use dqlite.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/canonical/dqlite
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/d/dqlite/libdqlite0_1.16.0-5_amd64.deb