How To Install dmlite-plugins-mysql on Rocky Linux 8

In this tutorial we learn how to install dmlite-plugins-mysql on Rocky Linux 8. dmlite-plugins-mysql is MySQL plugin for dmlite

Introduction

In this tutorial we learn how to install dmlite-plugins-mysql on Rocky Linux 8.

What is dmlite-plugins-mysql

This package provides the MySQL plug-in for dmlite.

We can use yum or dnf to install dmlite-plugins-mysql on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install dmlite-plugins-mysql.

Install dmlite-plugins-mysql on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dmlite-plugins-mysql using dnf by running the following command:

sudo dnf -y install dmlite-plugins-mysql

Install dmlite-plugins-mysql on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dmlite-plugins-mysql using yum by running the following command:

sudo yum -y install dmlite-plugins-mysql

How To Uninstall dmlite-plugins-mysql on Rocky Linux 8

To uninstall only the dmlite-plugins-mysql package we can use the following command:

sudo dnf remove dmlite-plugins-mysql

dmlite-plugins-mysql Package Contents on Rocky Linux 8

/etc/dmlite.conf.d/mysql.conf
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/823917abd1998811028ceb7ab84ad226f94131
/usr/lib64/dmlite/plugin_mysql.so
/usr/share/doc/dmlite-plugins-mysql
/usr/share/doc/dmlite-plugins-mysql/LICENSE
/usr/share/doc/dmlite-plugins-mysql/README
/usr/share/doc/dmlite-plugins-mysql/RELEASE-NOTES

References

Summary

In this tutorial we learn how to install dmlite-plugins-mysql on Rocky Linux 8 using yum and dnf.