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

Last updated: May 19,2024

1. Install "libdbi.x86_64" package

This guide covers the steps necessary to install libdbi.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdbi.x86_64

2. Uninstall "libdbi.x86_64" package

This is a short guide on how to uninstall libdbi.x86_64 on Amazon Linux 2:

$ sudo yum remove libdbi.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libdbi
Arch : x86_64
Version : 0.8.4
Release : 6.amzn2.0.2
Size : 42 k
Repo : amzn2-core/2/x86_64
Summary : Database Independent Abstraction Layer for C
URL : http://libdbi.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.
:
: The libdbi package contains just the libdbi framework. To make
: use of libdbi you will also need one or more plugins from
: libdbi-drivers, which contains the plugins needed to interface to
: specific database servers.