How To Install mysql++-devel on Fedora 36

In this tutorial we learn how to install mysql++-devel in Fedora 36. mysql++-devel is MySQL++ developer files (headers, examples, etc.)

Introduction

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

What is mysql++-devel

These are the files needed to compile MySQL++ based programs, plus some sample code to get you started.You probably need to install the -manuals package. If you aren’t building your own programs, you probably don’t need to install this package.

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

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

sudo dnf -y install mysql++-devel

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

sudo yum -y install mysql++-devel

How To Uninstall mysql++-devel on Fedora 36

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

sudo dnf remove mysql++-devel

mysql++-devel Package Contents on Fedora 36

/usr/include/mysql++
/usr/include/mysql++/autoflag.h
/usr/include/mysql++/beemutex.h
/usr/include/mysql++/cmdline.h
/usr/include/mysql++/common.h
/usr/include/mysql++/comparable.h
/usr/include/mysql++/connection.h
/usr/include/mysql++/cpool.h
/usr/include/mysql++/datetime.h
/usr/include/mysql++/dbdriver.h
/usr/include/mysql++/exceptions.h
/usr/include/mysql++/field.h
/usr/include/mysql++/field_names.h
/usr/include/mysql++/field_types.h
/usr/include/mysql++/insertpolicy.h
/usr/include/mysql++/manip.h
/usr/include/mysql++/myset.h
/usr/include/mysql++/mysql++.h
/usr/include/mysql++/mystring.h
/usr/include/mysql++/noexceptions.h
/usr/include/mysql++/null.h
/usr/include/mysql++/options.h
/usr/include/mysql++/qparms.h
/usr/include/mysql++/query.h
/usr/include/mysql++/querydef.h
/usr/include/mysql++/refcounted.h
/usr/include/mysql++/result.h
/usr/include/mysql++/row.h
/usr/include/mysql++/scopedconnection.h
/usr/include/mysql++/sql_buffer.h
/usr/include/mysql++/sql_types.h
/usr/include/mysql++/sqlstream.h
/usr/include/mysql++/ssqls.h
/usr/include/mysql++/ssqls2.h
/usr/include/mysql++/stadapter.h
/usr/include/mysql++/stream2string.h
/usr/include/mysql++/tcp_connection.h
/usr/include/mysql++/tiny_int.h
/usr/include/mysql++/transaction.h
/usr/include/mysql++/type_info.h
/usr/include/mysql++/uds_connection.h
/usr/include/mysql++/utility.h
/usr/include/mysql++/vallist.h
/usr/include/mysql++/wnp_connection.h
/usr/lib64/libmysqlpp.so
/usr/share/doc/mysql++-devel
/usr/share/doc/mysql++-devel/README-devel-RPM.txt
/usr/share/doc/mysql++-devel/README-examples.txt
/usr/share/doc/mysql++-devel/examples
/usr/share/doc/mysql++-devel/examples/Makefile
/usr/share/doc/mysql++-devel/examples/cgi_jpeg.cpp
/usr/share/doc/mysql++-devel/examples/config.h
/usr/share/doc/mysql++-devel/examples/cpool.cpp
/usr/share/doc/mysql++-devel/examples/dbinfo.cpp
/usr/share/doc/mysql++-devel/examples/deadlock.cpp
/usr/share/doc/mysql++-devel/examples/fieldinf.cpp
/usr/share/doc/mysql++-devel/examples/for_each.cpp
/usr/share/doc/mysql++-devel/examples/images.h
/usr/share/doc/mysql++-devel/examples/load_jpeg.cpp
/usr/share/doc/mysql++-devel/examples/multiquery.cpp
/usr/share/doc/mysql++-devel/examples/printdata.cpp
/usr/share/doc/mysql++-devel/examples/printdata.h
/usr/share/doc/mysql++-devel/examples/resetdb.cpp
/usr/share/doc/mysql++-devel/examples/simple1.cpp
/usr/share/doc/mysql++-devel/examples/simple2.cpp
/usr/share/doc/mysql++-devel/examples/simple3.cpp
/usr/share/doc/mysql++-devel/examples/ssqls1.cpp
/usr/share/doc/mysql++-devel/examples/ssqls2.cpp
/usr/share/doc/mysql++-devel/examples/ssqls3.cpp
/usr/share/doc/mysql++-devel/examples/ssqls4.cpp
/usr/share/doc/mysql++-devel/examples/ssqls5.cpp
/usr/share/doc/mysql++-devel/examples/ssqls6.cpp
/usr/share/doc/mysql++-devel/examples/ssx
/usr/share/doc/mysql++-devel/examples/ssx/genv2.cpp
/usr/share/doc/mysql++-devel/examples/ssx/genv2.h
/usr/share/doc/mysql++-devel/examples/ssx/main.cpp
/usr/share/doc/mysql++-devel/examples/ssx/parsev2.cpp
/usr/share/doc/mysql++-devel/examples/ssx/parsev2.h
/usr/share/doc/mysql++-devel/examples/stock.h
/usr/share/doc/mysql++-devel/examples/store_if.cpp
/usr/share/doc/mysql++-devel/examples/test
/usr/share/doc/mysql++-devel/examples/test/ssqls2.cpp
/usr/share/doc/mysql++-devel/examples/threads.h
/usr/share/doc/mysql++-devel/examples/tquery1.cpp
/usr/share/doc/mysql++-devel/examples/tquery2.cpp
/usr/share/doc/mysql++-devel/examples/tquery3.cpp
/usr/share/doc/mysql++-devel/examples/tquery4.cpp
/usr/share/doc/mysql++-devel/examples/transaction.cpp

References

Summary

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


title: “How To Install mysql++-devel on Fedora 36” linkTitle: “mysql++-devel” type: “docs” description: “In this tutorial we learn how to install mysql++-devel in Fedora 36. mysql++-devel is MySQL++ developer files (headers, examples, etc.)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mysql++-devel-featured.png

Introduction

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

What is mysql++-devel

These are the files needed to compile MySQL++ based programs, plus some sample code to get you started.You probably need to install the -manuals package. If you aren’t building your own programs, you probably don’t need to install this package.

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

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

sudo dnf -y install mysql++-devel

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

sudo yum -y install mysql++-devel

How To Uninstall mysql++-devel on Fedora 36

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

sudo dnf remove mysql++-devel

mysql++-devel Package Contents on Fedora 36

/usr/include/mysql++
/usr/include/mysql++/autoflag.h
/usr/include/mysql++/beemutex.h
/usr/include/mysql++/cmdline.h
/usr/include/mysql++/common.h
/usr/include/mysql++/comparable.h
/usr/include/mysql++/connection.h
/usr/include/mysql++/cpool.h
/usr/include/mysql++/datetime.h
/usr/include/mysql++/dbdriver.h
/usr/include/mysql++/exceptions.h
/usr/include/mysql++/field.h
/usr/include/mysql++/field_names.h
/usr/include/mysql++/field_types.h
/usr/include/mysql++/insertpolicy.h
/usr/include/mysql++/manip.h
/usr/include/mysql++/myset.h
/usr/include/mysql++/mysql++.h
/usr/include/mysql++/mystring.h
/usr/include/mysql++/noexceptions.h
/usr/include/mysql++/null.h
/usr/include/mysql++/options.h
/usr/include/mysql++/qparms.h
/usr/include/mysql++/query.h
/usr/include/mysql++/querydef.h
/usr/include/mysql++/refcounted.h
/usr/include/mysql++/result.h
/usr/include/mysql++/row.h
/usr/include/mysql++/scopedconnection.h
/usr/include/mysql++/sql_buffer.h
/usr/include/mysql++/sql_types.h
/usr/include/mysql++/sqlstream.h
/usr/include/mysql++/ssqls.h
/usr/include/mysql++/ssqls2.h
/usr/include/mysql++/stadapter.h
/usr/include/mysql++/stream2string.h
/usr/include/mysql++/tcp_connection.h
/usr/include/mysql++/tiny_int.h
/usr/include/mysql++/transaction.h
/usr/include/mysql++/type_info.h
/usr/include/mysql++/uds_connection.h
/usr/include/mysql++/utility.h
/usr/include/mysql++/vallist.h
/usr/include/mysql++/wnp_connection.h
/usr/lib/libmysqlpp.so
/usr/share/doc/mysql++-devel
/usr/share/doc/mysql++-devel/README-devel-RPM.txt
/usr/share/doc/mysql++-devel/README-examples.txt
/usr/share/doc/mysql++-devel/examples
/usr/share/doc/mysql++-devel/examples/Makefile
/usr/share/doc/mysql++-devel/examples/cgi_jpeg.cpp
/usr/share/doc/mysql++-devel/examples/config.h
/usr/share/doc/mysql++-devel/examples/cpool.cpp
/usr/share/doc/mysql++-devel/examples/dbinfo.cpp
/usr/share/doc/mysql++-devel/examples/deadlock.cpp
/usr/share/doc/mysql++-devel/examples/fieldinf.cpp
/usr/share/doc/mysql++-devel/examples/for_each.cpp
/usr/share/doc/mysql++-devel/examples/images.h
/usr/share/doc/mysql++-devel/examples/load_jpeg.cpp
/usr/share/doc/mysql++-devel/examples/multiquery.cpp
/usr/share/doc/mysql++-devel/examples/printdata.cpp
/usr/share/doc/mysql++-devel/examples/printdata.h
/usr/share/doc/mysql++-devel/examples/resetdb.cpp
/usr/share/doc/mysql++-devel/examples/simple1.cpp
/usr/share/doc/mysql++-devel/examples/simple2.cpp
/usr/share/doc/mysql++-devel/examples/simple3.cpp
/usr/share/doc/mysql++-devel/examples/ssqls1.cpp
/usr/share/doc/mysql++-devel/examples/ssqls2.cpp
/usr/share/doc/mysql++-devel/examples/ssqls3.cpp
/usr/share/doc/mysql++-devel/examples/ssqls4.cpp
/usr/share/doc/mysql++-devel/examples/ssqls5.cpp
/usr/share/doc/mysql++-devel/examples/ssqls6.cpp
/usr/share/doc/mysql++-devel/examples/ssx
/usr/share/doc/mysql++-devel/examples/ssx/genv2.cpp
/usr/share/doc/mysql++-devel/examples/ssx/genv2.h
/usr/share/doc/mysql++-devel/examples/ssx/main.cpp
/usr/share/doc/mysql++-devel/examples/ssx/parsev2.cpp
/usr/share/doc/mysql++-devel/examples/ssx/parsev2.h
/usr/share/doc/mysql++-devel/examples/stock.h
/usr/share/doc/mysql++-devel/examples/store_if.cpp
/usr/share/doc/mysql++-devel/examples/test
/usr/share/doc/mysql++-devel/examples/test/ssqls2.cpp
/usr/share/doc/mysql++-devel/examples/threads.h
/usr/share/doc/mysql++-devel/examples/tquery1.cpp
/usr/share/doc/mysql++-devel/examples/tquery2.cpp
/usr/share/doc/mysql++-devel/examples/tquery3.cpp
/usr/share/doc/mysql++-devel/examples/tquery4.cpp
/usr/share/doc/mysql++-devel/examples/transaction.cpp

References

Summary

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