Hi all
I'm new to the world of Erlang and though that nothing could be better than starting with a brand new RPi3 to play with
I have followed the instructions given in the website, however I get a depdendency error for
an apparently missing erlang-handbook
package.
I would be very grateful if someone could tell me how to fix this
--Rafael
pi@raspberrypi:~ $ sudo nano /etc/apt/sources.list
HTTP request sent, awaiting response... 200 OK
Length: 3133 (3.1K) [text/plain]
Saving to: ‘erlang_solutions.asc’
2016-04-20 17:51:12 (3.90 MB/s) - ‘erlang_solutions.asc’ saved [3133/3133]
pi@raspberrypi:~ $ sudo apt-key add erlang_solutions.asc && rm erlang_solutions.asc
OK
pi@raspberrypi:~ $ sudo apt-get update
<OMIT LINES HERE>
pi@raspberrypi:~ $ sudo apt-get install erlang-mini
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
erlang-mini : Depends: erlang-handbook but it is not installable
E: Unable to correct problems, you have held broken packages.