How To Install libgda-mysql on Fedora 36
Introduction
In this tutorial we learn how to install libgda-mysql
on Fedora 36.
What is libgda-mysql
This libgda-mysql includes the libgda Mysql provider.
We can use yum
or dnf
to install libgda-mysql
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgda-mysql.
Install libgda-mysql on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libgda-mysql
using dnf
by running the following command:
sudo dnf -y install libgda-mysql
Install libgda-mysql on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libgda-mysql
using yum
by running the following command:
sudo yum -y install libgda-mysql
How To Uninstall libgda-mysql on Fedora 36
To uninstall only the libgda-mysql
package we can use the following command:
sudo dnf remove libgda-mysql
libgda-mysql Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/a4ca1267eceb09e61e48883114ce698a462356
/usr/lib64/libgda-5.0/providers/libgda-mysql.so
/usr/share/libgda-5.0/mysql_specs_add_column.xml
/usr/share/libgda-5.0/mysql_specs_comment_column.xml
/usr/share/libgda-5.0/mysql_specs_comment_table.xml
/usr/share/libgda-5.0/mysql_specs_create_db.xml
/usr/share/libgda-5.0/mysql_specs_create_index.xml
/usr/share/libgda-5.0/mysql_specs_create_table.xml
/usr/share/libgda-5.0/mysql_specs_create_view.xml
/usr/share/libgda-5.0/mysql_specs_drop_column.xml
/usr/share/libgda-5.0/mysql_specs_drop_db.xml
/usr/share/libgda-5.0/mysql_specs_drop_index.xml
/usr/share/libgda-5.0/mysql_specs_drop_table.xml
/usr/share/libgda-5.0/mysql_specs_drop_view.xml
/usr/share/libgda-5.0/mysql_specs_dsn.xml
/usr/share/libgda-5.0/mysql_specs_rename_table.xml
References
Summary
In this tutorial we learn how to install libgda-mysql
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).