Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Just as the title says, how do I install erlang in my Ubuntu 12.04?

share|improve this question

3 Answers

Here is how. Open a terminal and type

sudo apt-get install erlang erlang-doc
share|improve this answer

You can find more up-to-date packages here (Ubuntu 12.04 has R14B04, while the latest version is R15B02). Download the appropriate package and run:

sudo dpkg -i esl-erlang_15.b.2-1~ubuntu~precise_amd64.deb

(adjust as appropriate for the 32-bit package)

share|improve this answer

I would advice you install it through the Ubuntu Software Center.

To install erlang from Ubuntu Software Center:

  1. Open the Ubuntu Software Center.

  2. Type erlang into the search.Under the 'Concurrent, real-time, distributed functional language' title

  3. Check the Add-on, though optional, for additional features.

  4. Click on 'install' to install it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.