How To Install redland-mysql on Fedora 36

In this tutorial we learn how to install redland-mysql in Fedora 36. redland-mysql is MySQL storage support for Redland

Introduction

In this tutorial we learn how to install redland-mysql on Fedora 36.

What is redland-mysql

This package provides Redland’s storage support for graphs in memory and persistently with MySQL files or URIs.

We can use yum or dnf to install redland-mysql on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install redland-mysql.

Install redland-mysql on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install redland-mysql

Install redland-mysql on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install redland-mysql

How To Uninstall redland-mysql on Fedora 36

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

sudo dnf remove redland-mysql

redland-mysql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/0e9e7af34c4f2fbf9f7785138cb8460e773c6d
/usr/lib64/redland/librdf_storage_mysql.so

References

Summary

In this tutorial we learn how to install redland-mysql on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).