How To Install postgres-decoderbufs on Fedora 36

In this tutorial we learn how to install postgres-decoderbufs in Fedora 36. postgres-decoderbufs is PostgreSQL Protocol Buffers logical decoder plugin

Introduction

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

What is postgres-decoderbufs

A PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers messages.

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

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

sudo dnf -y install postgres-decoderbufs

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

sudo yum -y install postgres-decoderbufs

How To Uninstall postgres-decoderbufs on Fedora 36

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

sudo dnf remove postgres-decoderbufs

postgres-decoderbufs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/73ed4227153c05aa5dec3f78885faa2e62f1c7
/usr/lib64/pgsql/decoderbufs.so
/usr/share/doc/postgres-decoderbufs
/usr/share/doc/postgres-decoderbufs/README.md
/usr/share/licenses/postgres-decoderbufs
/usr/share/licenses/postgres-decoderbufs/LICENSE
/usr/share/pgsql/extension/decoderbufs.control

References

Summary

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