How to Install and Uninstall mysql++-devel.i686 Package on Fedora 35

Last updated: May 18,2024

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

This tutorial shows how to install mysql++-devel.i686 on Fedora 35

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

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

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

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

3. Information about the mysql++-devel.i686 package on Fedora 35

Last metadata expiration check: 4:40:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mysql++-devel
Version : 3.3.0
Release : 1.fc35
Architecture : i686
Size : 138 k
Source : mysql++-3.3.0-1.fc35.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.