How to Install and Uninstall mysql++.i686 Package on Fedora 36
Last updated: November 28,2024
1. Install "mysql++.i686" package
Please follow the guidance below to install mysql++.i686 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
mysql++.i686
Copied
2. Uninstall "mysql++.i686" package
Learn how to uninstall mysql++.i686 on Fedora 36:
$
sudo dnf remove
mysql++.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the mysql++.i686 package on Fedora 36
Last metadata expiration check: 0:39:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mysql++
Version : 3.3.0
Release : 2.fc36
Architecture : i686
Size : 166 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.
Available Packages
Name : mysql++
Version : 3.3.0
Release : 2.fc36
Architecture : i686
Size : 166 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.