Is there a simply plug in system like gem for erlang as I find it quite complicated to install third party software?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Comprehensive Erlang Archive Network and Faxien are two packages that provide an easy way to install erlang libraries.
Neither of these are bundled with erlang so first need to be installed. Then you can use them to download other software.
CEAN is available either as a library to add to an existing erlang installation or as an all-in-one install including an erlang distribution. Get CEAN from CEAN download page and then read the CEAN documentation to see how to use it.
For Faxien the best is to follow the tutorial. Once it’s installed you can use
faxien helpto find what you can do next.