How to Install and Uninstall mysql++.i686 Package on Fedora 34

Last updated: June 29,2024

1. Install "mysql++.i686" package

Please follow the step by step instructions below to install mysql++.i686 on Fedora 34

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

2. Uninstall "mysql++.i686" package

Please follow the instructions below to uninstall mysql++.i686 on Fedora 34:

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

3. Information about the mysql++.i686 package on Fedora 34

Last metadata expiration check: 2:33:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mysql++
Version : 3.2.4
Release : 6.fc34
Architecture : i686
Size : 166 k
Source : mysql++-3.2.4-6.fc34.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.