ubuntu erlang 23
echo "deb https://packages.erlang-solutions.com/ubuntu bionic contrib" | sudo tee /etc/apt/sources.list.d/rabbitmq.list
Here is what the above code is Doing:
1. Add the Erlang Solutions repository to your system.
2. Import the repository signing key.
3. Update the package lists to pick up the new repository’s package information.
4. Install the RabbitMQ server and its management plugin.