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

Last updated: October 05,2024

1. Install "libcowsql-dev" package

In this section, we are going to explain the necessary steps to install libcowsql-dev on Kali Linux

$ sudo apt update $ sudo apt install libcowsql-dev

2. Uninstall "libcowsql-dev" package

In this section, we are going to explain the necessary steps to uninstall libcowsql-dev on Kali Linux:

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

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

Package: libcowsql-dev
Source: cowsql
Version: 1.15.4-1
Installed-Size: 470
Maintainer: Free Ekanayaka
Architecture: amd64
Depends: libcowsql0 (= 1.15.4-1), libsqlite3-dev (>= 3.22.0~)
Size: 94244
SHA256: d9492a66b8881df8e922446fb39b9f4cd8378bdd8566273cb0e3c0b47a945115
SHA1: 0efec37a36a3d49aadb6c231714d87c454b7628e
MD5sum: e445524d2deae20782aa2d68e3b5dfb8
Description: Embeddable, replicated and fault tolerant SQL engine - development files
Embeddable SQL database engine with high availability and automatic failover.
.
The cowsql library 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. The
name "cowsql" loosely refers to the "pets vs. cattle" concept, since it's
generally fine to delete or rebuild a particular node of an application that
uses cowsql for data storage.
.
This package contains the development headers and library files needed to
compile programs using cowsql.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/cowsql/cowsql
Section: libdevel
Priority: optional
Filename: pool/main/c/cowsql/libcowsql-dev_1.15.4-1_amd64.deb

5. The same packages on other Linux Distributions