Distributions: Debian stretch is not supported

Created on 17 May 2015  路  12Comments  路  Source: nodesource/distributions

I suggest to add stretch or simply testing

Most helpful comment

@chrislea now?

All 12 comments

+1
I have the same problem

@yurikoles How did you solved it?

We're probably not going to add stretch until it's officially released. In the mean time just add it as jessie and you may be OK:

curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
echo 'deb https://deb.nodesource.com/node_0.10 jessie main' > /etc/apt/sources.list.d/nodesource.list
echo 'deb-src https://deb.nodesource.com/node_0.10 jessie main' >> /etc/apt/sources.list.d/nodesource.list

Change node_0.10 to node_0.12, iojs_1.x or iojs_2.x

@rvagg Perhaps you meant "Change node_0.10 to node_0.12" ?

yeah, that too, will edit my comment

Ok, but after

echo 'deb https://deb.nodesource.com/node_0.12 jessie main' > /etc/apt/sources.list.d/nodesource.list

I still have 0.10 version...

check your /etc/apt/sources.list* files to make sure you only have one source of node, do an apt-get update && apt-get upgrade -y to make sure you have the latest too.

it's possible that the version coming from debian is overriding the one we're supplying, you may need to edit the apt policy magic (google / stackoverflow is your friend on this one)

the readme has updated manual instructions if anyone comes here looking for stretch instructions, just substitute jessie

as per discussion in #103 we've aliased stretch to jessie in the setup scripts so it should be good to go now

Stretch is almost out (next week), do you have any plans to have a stretch repo ? (should I file a new ticket?)

We'll build releases specifically for stretch once it's officially out.

@chrislea now?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MichaelBitard picture MichaelBitard  路  4Comments

timofey-retailnext picture timofey-retailnext  路  5Comments

SilkAndSlug picture SilkAndSlug  路  5Comments

Ignition picture Ignition  路  4Comments

chrisportela picture chrisportela  路  3Comments