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

Last updated: May 19,2024

1. Install "libdbi-dev" package

Please follow the guidelines below to install libdbi-dev on Kali Linux

$ sudo apt update $ sudo apt install libdbi-dev

2. Uninstall "libdbi-dev" package

This guide let you learn how to uninstall libdbi-dev on Kali Linux:

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

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

Package: libdbi-dev
Source: libdbi
Version: 0.9.0-6
Installed-Size: 155
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2)
Provides: libdbi0-dev
Depends: libdbi1 (= 0.9.0-6)
Conflicts: libdbi0-dev
Size: 35964
SHA256: 9c2f70218eeb3704aba5981153559a2a88fcfb814fb2ec05a68118a8fc686375
SHA1: f57982972917431678b4c7a7d633f390e45d5f41
MD5sum: 631dc4b69fc86ddb5cbd620b7425cf8a
Description: DB Independent Abstraction Layer for C -- development files
libdbi implements a database-independent abstraction layer in C, similar to
the DBI/DBD layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous database
connections by using this framework.
.
This package contains development files so you can compile using libdbi.
Description-md5:
Homepage: https://libdbi.sourceforge.net/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
works-with::db
Section: libdevel
Priority: optional
Filename: pool/main/libd/libdbi/libdbi-dev_0.9.0-6_amd64.deb