How To Install community-mysql-devel on Fedora 36

In this tutorial we learn how to install community-mysql-devel in Fedora 36. community-mysql-devel is Files for development of MySQL applications

Introduction

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

What is community-mysql-devel

MySQL is a multi-user, multi-threaded SQL database server. This package contains the libraries and header files that are needed for developing MySQL client applications.

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

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

sudo dnf -y install community-mysql-devel

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

sudo yum -y install community-mysql-devel

How To Uninstall community-mysql-devel on Fedora 36

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

sudo dnf remove community-mysql-devel

community-mysql-devel Package Contents on Fedora 36

/usr/bin/mysql_config
/usr/bin/mysql_config-64
/usr/include/mysql
/usr/include/mysql/errmsg.h
/usr/include/mysql/field_types.h
/usr/include/mysql/my_command.h
/usr/include/mysql/my_compress.h
/usr/include/mysql/my_list.h
/usr/include/mysql/mysql
/usr/include/mysql/mysql.h
/usr/include/mysql/mysql/client_plugin.h
/usr/include/mysql/mysql/plugin_auth_common.h
/usr/include/mysql/mysql/udf_registration_types.h
/usr/include/mysql/mysql_com.h
/usr/include/mysql/mysql_time.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/mysqld_error.h
/usr/include/mysql/mysqlx_ername.h
/usr/include/mysql/mysqlx_error.h
/usr/include/mysql/mysqlx_version.h
/usr/lib/.build-id
/usr/lib/.build-id/38/38a8990fc3de87f85a37b13358991ca4efddb5
/usr/lib64/mysql/libmysqlclient.so
/usr/lib64/pkgconfig/mysqlclient.pc
/usr/share/aclocal/mysql.m4
/usr/share/man/man1/mysql_config.1.gz

References

Summary

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


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

Introduction

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

What is community-mysql-devel

MySQL is a multi-user, multi-threaded SQL database server. This package contains the libraries and header files that are needed for developing MySQL client applications.

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

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

sudo dnf -y install community-mysql-devel

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

sudo yum -y install community-mysql-devel

How To Uninstall community-mysql-devel on Fedora 36

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

sudo dnf remove community-mysql-devel

community-mysql-devel Package Contents on Fedora 36

/usr/bin/mysql_config
/usr/bin/mysql_config-32
/usr/include/mysql
/usr/include/mysql/errmsg.h
/usr/include/mysql/field_types.h
/usr/include/mysql/my_command.h
/usr/include/mysql/my_compress.h
/usr/include/mysql/my_list.h
/usr/include/mysql/mysql
/usr/include/mysql/mysql.h
/usr/include/mysql/mysql/client_plugin.h
/usr/include/mysql/mysql/plugin_auth_common.h
/usr/include/mysql/mysql/udf_registration_types.h
/usr/include/mysql/mysql_com.h
/usr/include/mysql/mysql_time.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/mysqld_error.h
/usr/include/mysql/mysqlx_ername.h
/usr/include/mysql/mysqlx_error.h
/usr/include/mysql/mysqlx_version.h
/usr/lib/.build-id
/usr/lib/.build-id/1a/7f27307185e50c2d9ec78fa1c625719ef0301b
/usr/lib/mysql/libmysqlclient.so
/usr/lib/pkgconfig/mysqlclient.pc
/usr/share/aclocal/mysql.m4
/usr/share/man/man1/mysql_config.1.gz

References

Summary

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