How To Install libgda-postgres on Fedora 36

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

Introduction

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

What is libgda-postgres

This libgda-postgres includes the libgda PostgreSQL provider.

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

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

sudo dnf -y install libgda-postgres

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

sudo yum -y install libgda-postgres

How To Uninstall libgda-postgres on Fedora 36

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

sudo dnf remove libgda-postgres

libgda-postgres Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/258ea615194d541794f9b45af50511dd5327e8
/usr/lib64/libgda-5.0/providers/libgda-postgres.so
/usr/share/libgda-5.0/postgres_specs_add_column.xml
/usr/share/libgda-5.0/postgres_specs_create_db.xml
/usr/share/libgda-5.0/postgres_specs_create_index.xml
/usr/share/libgda-5.0/postgres_specs_create_role.xml
/usr/share/libgda-5.0/postgres_specs_create_table.xml
/usr/share/libgda-5.0/postgres_specs_create_user.xml
/usr/share/libgda-5.0/postgres_specs_create_view.xml
/usr/share/libgda-5.0/postgres_specs_drop_column.xml
/usr/share/libgda-5.0/postgres_specs_drop_db.xml
/usr/share/libgda-5.0/postgres_specs_drop_index.xml
/usr/share/libgda-5.0/postgres_specs_drop_role.xml
/usr/share/libgda-5.0/postgres_specs_drop_table.xml
/usr/share/libgda-5.0/postgres_specs_drop_user.xml
/usr/share/libgda-5.0/postgres_specs_drop_view.xml
/usr/share/libgda-5.0/postgres_specs_dsn.xml
/usr/share/libgda-5.0/postgres_specs_rename_table.xml

References

Summary

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