How to Install and Uninstall mysql++.x86_64 Package on Fedora 38
Last updated: November 20,2024
1. Install "mysql++.x86_64" package
Please follow the guidance below to install mysql++.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
mysql++.x86_64
Copied
2. Uninstall "mysql++.x86_64" package
Please follow the instructions below to uninstall mysql++.x86_64 on Fedora 38:
$
sudo dnf remove
mysql++.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the mysql++.x86_64 package on Fedora 38
Last metadata expiration check: 0:57:35 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mysql++
Version : 3.3.0
Release : 4.fc38
Architecture : x86_64
Size : 158 k
Source : mysql++-3.3.0-4.fc38.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 : 4.fc38
Architecture : x86_64
Size : 158 k
Source : mysql++-3.3.0-4.fc38.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.