How To Install soci-mysql-devel on Fedora 36

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

Introduction

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

What is soci-mysql-devel

This package contains the MySQL back-end for soci, i.e., header files and dynamic libraries specific to the MySQL database. If you would like to develop programs using soci and MySQL, you will need to install soci-mysql.

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

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

sudo dnf -y install soci-mysql-devel

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

sudo yum -y install soci-mysql-devel

How To Uninstall soci-mysql-devel on Fedora 36

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

sudo dnf remove soci-mysql-devel

soci-mysql-devel Package Contents on Fedora 36

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

## Introduction

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

/usr/include/soci
/usr/include/soci/mysql
/usr/include/soci/mysql/soci-mysql.h
/usr/lib/libsoci_mysql.so
/usr/share/doc/soci-mysql-devel
/usr/share/doc/soci-mysql-devel/AUTHORS
/usr/share/doc/soci-mysql-devel/COPYING
/usr/share/doc/soci-mysql-devel/ChangeLog
/usr/share/doc/soci-mysql-devel/NEWS
/usr/share/doc/soci-mysql-devel/README
### What is `soci-mysql-devel`

> This package contains the MySQL back-end for soci, i.e., header files and dynamic libraries specific to the MySQL database. If you would like to develop programs using soci and MySQL, you will need to install soci-mysql.  

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

## Install soci-mysql-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh


## References
After updating yum database, We can install `soci-mysql-devel` using `dnf` by running the following command:


* [soci-mysql-devel website](https://github.com/SOCI/soci)
```bash

sudo dnf -y install soci-mysql-devel

Summary

Install soci-mysql-devel on Fedora 36 Using yum

In this tutorial we learn how to install soci-mysql-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/). Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install soci-mysql-devel

How To Uninstall soci-mysql-devel on Fedora 36

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

sudo dnf remove soci-mysql-devel

soci-mysql-devel Package Contents on Fedora 36

/usr/include/soci
/usr/include/soci/mysql
/usr/include/soci/mysql/soci-mysql.h
/usr/lib64/libsoci_mysql.so
/usr/share/doc/soci-mysql-devel
/usr/share/doc/soci-mysql-devel/AUTHORS
/usr/share/doc/soci-mysql-devel/COPYING
/usr/share/doc/soci-mysql-devel/ChangeLog
/usr/share/doc/soci-mysql-devel/NEWS
/usr/share/doc/soci-mysql-devel/README

References

Summary

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