Rocky 9.x Erlang installation
From Notes_Wiki
Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Package management > Erlang installation
At the time of this writing erlang package was not available as part of Rocky 9.x repos listed below:
- appstream
- Rocky Linux 9 - AppStream
- baseos
- Rocky Linux 9 - BaseOS
- epel
- Extra Packages for Enterprise Linux 9 - x86_64
- extras
- Rocky Linux 9 - Extras
- rpmfusion-free-tainted
- RPM Fusion for EL 9 - Free tainted
- rpmfusion-free-updates
- RPM Fusion for EL 9 - Free - Updates
- rpmfusion-nonfree-tainted
- RPM Fusion for EL 9 - Nonfree tainted
- rpmfusion-nonfree-updates
- RPM Fusion for EL 9 - Nonfree - Updates
Thus, to install erlang we used rpm package from https://github.com/rabbitmq/erlang-rpm/releases and install it via:
- Download appropriate el9.x86_64 rpm from https://github.com/rabbitmq/erlang-rpm/releases
- Install using:
- dnf -y localinstall <package-name>
Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Package management > Erlang installation