I have Ubuntu 14.04 I need this package http://packages.ubuntu.com/wily/rebar How do I install it?
Asked
Active
Viewed 2,080 times
2 Answers
1
first you have to install erlang using following commands:
sudo apt-get install erlang
this will install erlang and its dependencies then do
git clone git://github.com/rebar/rebar.git
cd rebar
./bootstrap
finally you will get like
check Version using command
sudo ./rebar -V
rebar 2.6.0 R16B03 20150915_025354 git 2.6.0-28-g894858d
i have tested this on Ubuntu 14.04
pl_rock
- 11,715
