How to Install and Uninstall mysql++-devel.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "mysql++-devel.x86_64" package

In this section, we are going to explain the necessary steps to install mysql++-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mysql++-devel.x86_64

2. Uninstall "mysql++-devel.x86_64" package

This is a short guide on how to uninstall mysql++-devel.x86_64 on Fedora 36:

$ sudo dnf remove mysql++-devel.x86_64 $ sudo dnf autoremove

3. Information about the mysql++-devel.x86_64 package on Fedora 36

Last metadata expiration check: 0:40:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mysql++-devel
Version : 3.3.0
Release : 2.fc36
Architecture : x86_64
Size : 139 k
Source : mysql++-3.3.0-2.fc36.src.rpm
Repository : fedora
Summary : MySQL++ developer files (headers, examples, etc.)
URL : https://tangentsoft.com/mysqlpp/home
License : LGPLv2+
Description : 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.