How To Install community-mysql-libs on Fedora 36

In this tutorial we learn how to install community-mysql-libs in Fedora 36. community-mysql-libs is The shared libraries required for MySQL clients

Introduction

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

What is community-mysql-libs

The mysql-libs package provides the essential shared libraries for any MySQL client program or interface. You will need to install this package to use any other MySQL package or any clients that need to connect to a MySQL server.

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

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

sudo dnf -y install community-mysql-libs

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

sudo yum -y install community-mysql-libs

How To Uninstall community-mysql-libs on Fedora 36

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

sudo dnf remove community-mysql-libs

community-mysql-libs Package Contents on Fedora 36

/etc/ld.so.conf.d/community-mysql-x86_64.conf
/usr/lib/.build-id
/usr/lib/.build-id/cf/bdf5d788569a4ee9d24cc649996d83dc41c35e
/usr/lib64/mysql/libmysqlclient.so.21
/usr/lib64/mysql/libmysqlclient.so.21.2.28

References

Summary

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


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

Introduction

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

What is community-mysql-libs

The mysql-libs package provides the essential shared libraries for any MySQL client program or interface. You will need to install this package to use any other MySQL package or any clients that need to connect to a MySQL server.

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

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

sudo dnf -y install community-mysql-libs

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

sudo yum -y install community-mysql-libs

How To Uninstall community-mysql-libs on Fedora 36

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

sudo dnf remove community-mysql-libs

community-mysql-libs Package Contents on Fedora 36

/etc/ld.so.conf.d/community-mysql-i386.conf
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/636db3999bf0c50aa432b6b1c7da79a85ab081
/usr/lib/mysql/libmysqlclient.so.21
/usr/lib/mysql/libmysqlclient.so.21.2.28

References

Summary

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