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

Last updated: May 04,2024

1. Install "mysql++.x86_64" package

This guide covers the steps necessary to install mysql++.x86_64 on Fedora 36

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

2. Uninstall "mysql++.x86_64" package

Learn how to uninstall mysql++.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:11:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mysql++
Version : 3.3.0
Release : 2.fc36
Architecture : x86_64
Size : 158 k
Source : mysql++-3.3.0-2.fc36.src.rpm
Repository : fedora
Summary : C++ wrapper for the MySQL C API
URL : https://tangentsoft.com/mysqlpp/home
License : LGPLv2+
Description : MySQL++ is a C++ wrapper for MySQL’s C API.
:
: It is built around STL principles, to make dealing with the database as easy
: as dealing with an STL container. MySQL++ relieves the programmer of dealing
: with cumbersome C data structures, generation of repetitive SQL statements,
: and manual creation of C++ data structures to mirror the database schema.
:
: If you are building your own MySQL++-based programs, you also need
: to install the -devel package.