How To Install erlang-p1_pgsql on Fedora 36

In this tutorial we learn how to install erlang-p1_pgsql in Fedora 36. erlang-p1_pgsql is Pure Erlang PostgreSQL driver

Introduction

In this tutorial we learn how to install erlang-p1_pgsql on Fedora 36.

What is erlang-p1_pgsql

Pure Erlang PostgreSQL driver.

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

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

sudo dnf -y install erlang-p1_pgsql

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

sudo yum -y install erlang-p1_pgsql

How To Uninstall erlang-p1_pgsql on Fedora 36

To uninstall only the erlang-p1_pgsql package we can use the following command:

sudo dnf remove erlang-p1_pgsql

erlang-p1_pgsql Package Contents on Fedora 36

/usr/share/doc/erlang-p1_pgsql
/usr/share/doc/erlang-p1_pgsql/README.md
/usr/share/erlang/lib/p1_pgsql-1.1.10
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/p1_pgsql.app
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql.beam
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql_app.beam
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql_proto.beam
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql_socket.beam
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql_sup.beam
/usr/share/erlang/lib/p1_pgsql-1.1.10/ebin/pgsql_util.beam
/usr/share/licenses/erlang-p1_pgsql
/usr/share/licenses/erlang-p1_pgsql/EPLICENSE

References

Summary

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