How To Install libgda-mdb on Fedora 36
Introduction
In this tutorial we learn how to install libgda-mdb
on Fedora 36.
What is libgda-mdb
This libgda-mdb includes the libgda Mdb provider.
We can use yum
or dnf
to install libgda-mdb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgda-mdb.
Install libgda-mdb 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-mdb
using dnf
by running the following command:
sudo dnf -y install libgda-mdb
Install libgda-mdb 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-mdb
using yum
by running the following command:
sudo yum -y install libgda-mdb
How To Uninstall libgda-mdb on Fedora 36
To uninstall only the libgda-mdb
package we can use the following command:
sudo dnf remove libgda-mdb
libgda-mdb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/926d73505b385c50fff40cc4e0989ee88c25dd
/usr/lib64/libgda-5.0/providers/libgda-mdb.so
/usr/share/libgda-5.0/mdb_specs_dsn.xml
References
Summary
In this tutorial we learn how to install libgda-mdb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).