How to Install and Uninstall libdbi-drivers.x86_64 Package on Amazon Linux 2

Last updated: May 07,2024

1. Install "libdbi-drivers.x86_64" package

Please follow the step by step instructions below to install libdbi-drivers.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdbi-drivers.x86_64

2. Uninstall "libdbi-drivers.x86_64" package

Please follow the guidance below to uninstall libdbi-drivers.x86_64 on Amazon Linux 2:

$ sudo yum remove libdbi-drivers.x86_64 $ sudo yum autoremove

3. Information about the libdbi-drivers.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libdbi-drivers
Arch : x86_64
Version : 0.8.3
Release : 16.amzn2.0.1
Size : 372 k
Repo : amzn2-core/2/x86_64
Summary : Database-specific drivers for libdbi
URL : http://libdbi-drivers.sourceforge.net/
License : LGPLv2+
Description : 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.
:
: libdbi-drivers contains the database-specific plugins needed to
: connect libdbi to particular database servers.