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

Cannot install an older version of 16.x on Debian buster #1303

Closed
phr3nzii opened this issue Nov 25, 2021 · 1 comment
Closed

Cannot install an older version of 16.x on Debian buster #1303

phr3nzii opened this issue Nov 25, 2021 · 1 comment

Comments

@phr3nzii
Copy link

Hi,

We're trying to install version 16.1.0 of nodejs on Debian buster. When we try to install it we get this error:

apt-get install nodejs=16.1.0-*
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '16.1.0-*' for 'nodejs' was not found

I see that version 16.13.0 is available, which we are planning to upgrade to in the near future, but for now we need to stay at version 16.1.0. How can we do this? I see the all 16.x versions are available at https://deb.nodesource.com/node_16.x/pool/main/n/nodejs/, can they be made available to be installed using apt?

@igsu
Copy link
Contributor

igsu commented Dec 9, 2021

This behavior is not supported in our repository. #33 (comment)

I could you suggest:

export NODEJS_DEB="nodejs_16.1.0-deb-1nodesource1_arm64.deb"
curl -o $NODEJS_DEB https://deb.nodesource.com/node_16.x/pool/main/n/nodejs/$NODEJS_DEB && apt install ./$NODEJS_DEB && rm $FILE

Note that this version is for arm64.

@igsu igsu closed this as completed Dec 9, 2021
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

2 participants