How To Install libgda-sqlcipher on Fedora 36

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

Introduction

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

What is libgda-sqlcipher

This libgda-sqlcipher includes the libgda SQLiteCipher provider.

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

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

sudo dnf -y install libgda-sqlcipher

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

sudo yum -y install libgda-sqlcipher

How To Uninstall libgda-sqlcipher on Fedora 36

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

sudo dnf remove libgda-sqlcipher

libgda-sqlcipher Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/196696dd792d864ef9c2fc705de68bef9de521
/usr/lib64/libgda-5.0/providers/libgda-sqlcipher.so
/usr/share/libgda-5.0/sqlcipher_specs_add_column.xml
/usr/share/libgda-5.0/sqlcipher_specs_auth.xml
/usr/share/libgda-5.0/sqlcipher_specs_create_db.xml
/usr/share/libgda-5.0/sqlcipher_specs_create_index.xml
/usr/share/libgda-5.0/sqlcipher_specs_create_table.xml
/usr/share/libgda-5.0/sqlcipher_specs_create_view.xml
/usr/share/libgda-5.0/sqlcipher_specs_drop_db.xml
/usr/share/libgda-5.0/sqlcipher_specs_drop_index.xml
/usr/share/libgda-5.0/sqlcipher_specs_drop_table.xml
/usr/share/libgda-5.0/sqlcipher_specs_drop_view.xml
/usr/share/libgda-5.0/sqlcipher_specs_dsn.xml
/usr/share/libgda-5.0/sqlcipher_specs_rename_table.xml

References

Summary

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