How to Install and Uninstall libdbix-introspector-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libdbix-introspector-perl" package

Please follow the guidance below to install libdbix-introspector-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libdbix-introspector-perl

2. Uninstall "libdbix-introspector-perl" package

Please follow the guidelines below to uninstall libdbix-introspector-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libdbix-introspector-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbix-introspector-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdbix-introspector-perl
Architecture: all
Version: 0.001005-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: perl, libdbi-perl (>= 1.628), libmoo-perl (>= 1.003001)
Filename: pool/universe/libd/libdbix-introspector-perl/libdbix-introspector-perl_0.001005-1_all.deb
Size: 17116
MD5sum: 3c967160c51734364373063e4038880b
SHA1: 3ad5ea49911863ba7c41a62d41736e72310b307a
SHA256: 367f25e6be4012282212653a4b762da21f3e6114e301320b43baa1b1a998e7f7
SHA512: c73c89a22c6d5306145fea8e40933ed4b28c31a27aa014076f5c9ce1926571af33998c6a4db631d9edb55a7cbe47e78fa9461493aa0d3055755bcb6d70bc8845
Homepage: https://metacpan.org/release/DBIx-Introspector
Description-en: module to detect what database code is connected to
DBIx::Introspector is a module factored out of the DBIx::Class database
detection code. Most code that needs to detect which database it is connected
to assumes that there is a one-to-one mapping from database drivers to
database engines. Unfortunately reality is rarely that simple. For instance,
DBD::ODBC is typically used to connect to SQL Server, but ODBC can be used to
connect to PostgreSQL, MySQL, and Oracle. Additionally, while ODBC is the
most common way to connect to SQL Server, it is not the only option, as
DBD::ADO can also be used.
.
DBIx::Introspector can correctly detect which database you are connected to,
because it was factored out of a complex, working codebase. On top of that it
has been written to be very extensible. So if you needed to detect which
version of your given database you are connected to that would not be
difficult.
Description-md5: bd33bf154dfa77dd2ef7b66666900583