How To Install libgda-java on Fedora 36

In this tutorial we learn how to install libgda-java in Fedora 36. libgda-java is Java provider for libgda

Introduction

In this tutorial we learn how to install libgda-java on Fedora 36.

What is libgda-java

This libgda-java includes the libgda Java JDBC provider.

We can use yum or dnf to install libgda-java on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgda-java.

Install libgda-java 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-java using dnf by running the following command:

sudo dnf -y install libgda-java

Install libgda-java 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-java using yum by running the following command:

sudo yum -y install libgda-java

How To Uninstall libgda-java on Fedora 36

To uninstall only the libgda-java package we can use the following command:

sudo dnf remove libgda-java

libgda-java Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/9812c0663c1a224cec74c6261044327d89c53b
/usr/lib64/libgda-5.0/providers/gdaprovider-5.0.jar
/usr/lib64/libgda-5.0/providers/libgda-jdbc.so
/usr/share/libgda-5.0/jdbc_specs_com.microsoft.sqlserver.jdbc.SQLServerDriver_dsn.xml
/usr/share/libgda-5.0/jdbc_specs_create_table.xml
/usr/share/libgda-5.0/jdbc_specs_dsn.xml

References

Summary

In this tutorial we learn how to install libgda-java on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).