Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepin is not currently supported #442

Closed
rtalexk opened this issue Apr 11, 2017 · 18 comments
Closed

Deepin is not currently supported #442

rtalexk opened this issue Apr 11, 2017 · 18 comments

Comments

@rtalexk
Copy link

rtalexk commented Apr 11, 2017

## Installing the NodeSource Node.js v7.x repo...

## Populating apt-get cache...

+ apt-get update
Hit:1 http://repository.spotify.com stable InRelease
Hit:2 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:3 http://mirror.jmu.edu/pub/deepin unstable InRelease
Get:4 http://packages.deepin.com/deepin unstable InRelease [13.8 kB]
Fetched 13.8 kB in 5s (2,466 B/s)
Reading package lists... Done

## Confirming "unstable" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_7.x/dists/unstable/Release'

## Your distribution, identified as "unstable", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support

@skynet-ltd
Copy link

I solved this problem by this way :

  1. Copy script from https://deb.nodesource.com/setup_7.x .
  2. Find line DISTRO=$(lsb_release -c -s) and change to DISTRO="jessie".
  3. Save all script to file /Downloads/script.sh .
  4. then run comand in terminal :
    cat ./Downloads/script.sh | sudo -E bash -
  5. sudo apt update && sudo apt install nodejs

@marcoshmendes
Copy link

marcoshmendes commented May 17, 2017

@SkynetAtack Really helpful, it works! I just changed version 7.x for 6.x
https://deb.nodesource.com/setup_6.x

@KraevRoot
Copy link

@SkynetAtack works great even with setup_8.x, 10Q

@jiage8866
Copy link

@SkynetAtack Thank u,I slove the problem too ~

@froghramar
Copy link

thanks @SkynetAtack , even works for 8.x

@skynet-ltd
Copy link

Don't mention it. I am happy that I was able to help you somehow

@skynet-ltd
Copy link

Now You can change DISTRO variable to DISTRO="stretch"

@skynet-ltd
Copy link

I rewrote the script a little. It includes support for Deepin
https://github.com/SkynetAtack/deepin-node6-script

@RaufR
Copy link

RaufR commented Aug 4, 2017

@SkynetAtack thanks a lot

@diegolameira
Copy link

#515  I just added a pull request, I hope that it helps you to close this dupe issue =)

@dyangua
Copy link

dyangua commented Nov 1, 2017

Really good, thank !!

@jhc1982
Copy link

jhc1982 commented Apr 18, 2018

Old thread but still open so just wanted to see if there are any plans to support deepin 15.5 anytime soon? Failing that is anyone running v8 successfully? I am looking to move my main work dev machine to deepin

@chrislea
Copy link
Contributor

Sorry for the radio silence. It looks as if at least one variant of Deepin is supported. Does this not cover your use case @jhc1982 ?

@jhc1982
Copy link

jhc1982 commented Apr 20, 2018

Hey @chrislea I am not sure but I am thinking the problem may be because deepin is actually based on Debian unstable..which came as news to me. I did follow @skynet-ltd 's advice above and I am now running V8.11.1...So he is now top of my Christmas card list :)

Thanks for the help all

@chrislea
Copy link
Contributor

Okay, closing then.

@alazypig
Copy link

Helps me a lot.Thx

@decarvalholucas
Copy link

decarvalholucas commented Aug 30, 2019

Thanks @skynet-ltd it worked for me!

@donaldjohn
Copy link

Deepin 15.11 change $(lsb_release -c -s) to 'stretch'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests