How To Install soci-mysql on Fedora 36

In this tutorial we learn how to install soci-mysql in Fedora 36. soci-mysql is MySQL back-end for soci

Introduction

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

What is soci-mysql

This package contains the MySQL back-end for soci, i.e., dynamic library specific to the MySQL database. If you would like to use soci in your programs with MySQL, you will need to install soci-mysql.

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

Install soci-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 soci-mysql using dnf by running the following command:

sudo dnf -y install soci-mysql

Install soci-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 soci-mysql using yum by running the following command:

sudo yum -y install soci-mysql

How To Uninstall soci-mysql on Fedora 36

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

sudo dnf remove soci-mysql

soci-mysql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/67fc60d4e5406a1d81b5bacb2bd70122656746
/usr/lib/libsoci_mysql.so.4.0
/usr/lib/libsoci_mysql.so.4.0.2
/usr/share/doc/soci-mysql
/usr/share/doc/soci-mysql/AUTHORS
/usr/share/doc/soci-mysql/COPYING
/usr/share/doc/soci-mysql/ChangeLog
/usr/share/doc/soci-mysql/NEWS
/usr/share/doc/soci-mysql/README

References

Summary

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


title: “How To Install soci-mysql on Fedora 36” linkTitle: “soci-mysql” type: “docs” description: “In this tutorial we learn how to install soci-mysql in Fedora 36. soci-mysql is MySQL back-end for soci” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/soci-mysql-featured.png

Introduction

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

What is soci-mysql

This package contains the MySQL back-end for soci, i.e., dynamic library specific to the MySQL database. If you would like to use soci in your programs with MySQL, you will need to install soci-mysql.

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

Install soci-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 soci-mysql using dnf by running the following command:

sudo dnf -y install soci-mysql

Install soci-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 soci-mysql using yum by running the following command:

sudo yum -y install soci-mysql

How To Uninstall soci-mysql on Fedora 36

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

sudo dnf remove soci-mysql

soci-mysql Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/754b845c205961ba6152ddad068f9e36c99cb8
/usr/lib64/libsoci_mysql.so.4.0
/usr/lib64/libsoci_mysql.so.4.0.2
/usr/share/doc/soci-mysql
/usr/share/doc/soci-mysql/AUTHORS
/usr/share/doc/soci-mysql/COPYING
/usr/share/doc/soci-mysql/ChangeLog
/usr/share/doc/soci-mysql/NEWS
/usr/share/doc/soci-mysql/README

References

Summary

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