tjanczuk / edge

Run .NET and Node.js code in-process on Windows, MacOS, and Linux
http://tjanczuk.github.io/edge
Other
5.41k stars 642 forks source link

Clean install in Cloud 9 IDE #407

Open Konard opened 8 years ago

Konard commented 8 years ago

Trying to do a clean install at http://c9.io using this commands:

export USERNAME=ubuntu
sudo bash -c 'bash <(wget -qO- https://raw.githubusercontent.com/tjanczuk/edge/master/tools/debian_ubuntu_clean_install.sh)'

But I`m getting an error:

2016-03-17 01-32-00

The following packages have unmet dependencies:
 libgdiplus : Depends: libjpeg62-turbo (>= 1.3.1) but it is not installable
E: Unable to correct problems, you have held broken packages.

Any ideas how to fix it?

Glidias commented 8 years ago

To handle:

The following packages have unmet dependencies:
 libgdiplus : Depends: libjpeg62-turbo (>= 1.3.1) but it is not installable
E: Unable to correct problems, you have held broken packages.

http://sushihangover.github.io/mono-ubuntu-broken/

The first link to the deb is broken tho, but u can find an alernate mirror here http://http.kali.org/kali/pool/main/libj/libjpeg-turbo/

Can simply use the version on my fork as of now. Until yea... some mirror links goes missing in the future....

export USERNAME=ubuntu
sudo bash -c 'bash <(wget -qO- https://raw.githubusercontent.com/glidias/edge/master/tools/debian_ubuntu_clean_install.sh)'