How To Install dolphin-connector on Fedora 36

In this tutorial we learn how to install dolphin-connector in Fedora 36. dolphin-connector is Simple MySQL C API wrapper for C++

Introduction

In this tutorial we learn how to install dolphin-connector on Fedora 36.

What is dolphin-connector

Dolphin Connector is a simple MySQL C API wrapper for C++. It is originally designed to be as efficient as is possible, and makes no use of exceptions.

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

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

sudo dnf -y install dolphin-connector

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

sudo yum -y install dolphin-connector

How To Uninstall dolphin-connector on Fedora 36

To uninstall only the dolphin-connector package we can use the following command:

sudo dnf remove dolphin-connector

dolphin-connector Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/ab5461fc8f1db65592860c281feed6926cb0e6
/usr/lib64/libdolphinconn.so.1
/usr/lib64/libdolphinconn.so.1.2.0
/usr/share/doc/dolphin-connector
/usr/share/doc/dolphin-connector/ChangeLog
/usr/share/doc/dolphin-connector/LICENSE
/usr/share/doc/dolphin-connector/README
/usr/share/doc/dolphin-connector/TODO

References

Summary

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


title: “How To Install dolphin-connector on Fedora 36” linkTitle: “dolphin-connector” type: “docs” description: “In this tutorial we learn how to install dolphin-connector in Fedora 36. dolphin-connector is Simple MySQL C API wrapper for C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/dolphin-connector-featured.png

Introduction

In this tutorial we learn how to install dolphin-connector on Fedora 36.

What is dolphin-connector

Dolphin Connector is a simple MySQL C API wrapper for C++. It is originally designed to be as efficient as is possible, and makes no use of exceptions.

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

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

sudo dnf -y install dolphin-connector

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

sudo yum -y install dolphin-connector

How To Uninstall dolphin-connector on Fedora 36

To uninstall only the dolphin-connector package we can use the following command:

sudo dnf remove dolphin-connector

dolphin-connector Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/59f5e6bd302ec3badabdcb8b376362784972c1
/usr/lib/libdolphinconn.so.1
/usr/lib/libdolphinconn.so.1.2.0
/usr/share/doc/dolphin-connector
/usr/share/doc/dolphin-connector/ChangeLog
/usr/share/doc/dolphin-connector/LICENSE
/usr/share/doc/dolphin-connector/README
/usr/share/doc/dolphin-connector/TODO

References

Summary

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