How To Install erlang-egeoip on Fedora 36

In this tutorial we learn how to install erlang-egeoip in Fedora 36. erlang-egeoip is Erlang IP Geolocation module

Introduction

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

What is erlang-egeoip

Erlang IP Geolocation module, currently supporting the MaxMind GeoLite City Database.

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

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

sudo dnf -y install erlang-egeoip

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

sudo yum -y install erlang-egeoip

How To Uninstall erlang-egeoip on Fedora 36

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

sudo dnf remove erlang-egeoip

erlang-egeoip Package Contents on Fedora 36

/usr/share/doc/erlang-egeoip
/usr/share/doc/erlang-egeoip/README
/usr/share/erlang/lib/egeoip-1.1
/usr/share/erlang/lib/egeoip-1.1/ebin
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip.app
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip.beam
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip_acl.beam
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip_app.beam
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip_sup.beam
/usr/share/erlang/lib/egeoip-1.1/ebin/egeoip_tz.beam
/usr/share/erlang/lib/egeoip-1.1/include
/usr/share/erlang/lib/egeoip-1.1/include/egeoip.hrl
/usr/share/erlang/lib/egeoip-1.1/priv
/usr/share/erlang/lib/egeoip-1.1/priv/GeoIP.dat
/usr/share/erlang/lib/egeoip-1.1/priv/GeoIPCity.dat
/usr/share/erlang/lib/egeoip-1.1/priv/GeoLiteCity.dat
/usr/share/licenses/erlang-egeoip
/usr/share/licenses/erlang-egeoip/LICENSE
/usr/share/licenses/erlang-egeoip/LICENSE.geolitecity

References

Summary

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