How to Install and Uninstall dbconfig-common Package on Kali Linux

Last updated: May 18,2024

1. Install "dbconfig-common" package

This guide covers the steps necessary to install dbconfig-common on Kali Linux

$ sudo apt update $ sudo apt install dbconfig-common

2. Uninstall "dbconfig-common" package

Please follow the steps below to uninstall dbconfig-common on Kali Linux:

$ sudo apt remove dbconfig-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the dbconfig-common package on Kali Linux

Package: dbconfig-common
Version: 2.0.24
Installed-Size: 1506
Maintainer: Paul Gevers
Architecture: all
Depends: ucf, debconf (>= 0.5) | debconf-2.0
Suggests: dbconfig-mysql | dbconfig-pgsql | dbconfig-sqlite3 | dbconfig-no-thanks
Size: 592340
SHA256: 23433c2fff2b7684c9355a49e11ffa59435fe54fc935762eada830ed8dfecabe
SHA1: 0e7257980d1655d9ae6628d72419e34fbafdd1c4
MD5sum: 4f1a058f2e2997b6175b89822d2a849d
Description: framework that helps packages to manage databases
This package contains the core of the dbconfig-common framework. This
framework presents a policy and implementation for managing various databases
used by applications included in Debian packages.
.
It can:
- support MySQL/MariaDB, PostgreSQL, and SQLite3 based applications;
- create or remove databases and database users;
- access local or remote databases;
- upgrade/modify databases when upstream changes database structure;
- generate config files in many formats with the database info;
- import configs from packages previously managing databases on their own;
- prompt users with a set of normalized, pre-translated questions;
- handle failures gracefully, with an option to retry;
- do all the hard work automatically;
- work for package maintainers with little effort on their part;
- work for local admins with little effort on their part;
- comply with an agreed upon set of standards for behavior;
- do absolutely nothing if that is the whim of the local admin;
- perform all operations from within the standard flow of
package management (no additional skill is required of the local
admin).
Description-md5:
Tag: admin::configuring, admin::package-management, devel::packaging,
implemented-in::shell, protocol::db:mysql, protocol::db:psql,
role::TODO, role::program, suite::debian, use::configuring,
works-with::db, works-with::software:package
Section: admin
Priority: optional
Filename: pool/main/d/dbconfig-common/dbconfig-common_2.0.24_all.deb