distributions icon indicating copy to clipboard operation
distributions copied to clipboard

The repository does not have a Release file.

Open wajika opened this issue 3 years ago • 3 comments

ubuntu: 20.04

sudo apt update
------------------------------
Reading package lists... Done
E: The repository 'https://deb.nodesource.com/node_17.x focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
https://deb.nodesource.com/node_17.x/dists/focal/

I see that the focal branch exists, why does apt prompt that it cannot be found? Has anyone encountered a similar situation?

wajika avatar Mar 10 '22 06:03 wajika

Same thing here for node_16 on bionic.

kczx3 avatar Mar 18 '22 16:03 kczx3

@JesusPaz I also faced the same issue for install nodejs specific version: you can simply go through Documentation

  • Install Node.js Locally with Node Version Manager (nvm)

https://heynode.com/tutorial/install-nodejs-locally-nvm/

or a youtube tutorial video would be helpful too https://youtu.be/OT7QOFvs9Lk

I hope my contribution will solve this problem.

himanshurathore29 avatar Mar 25 '22 07:03 himanshurathore29

@JesusPaz I also faced the same issue for install nodejs specific version: you can simply go through Documentation

  • Install Node.js Locally with Node Version Manager (nvm)

https://heynode.com/tutorial/install-nodejs-locally-nvm/

or a youtube tutorial video would be helpful too https://youtu.be/OT7QOFvs9Lk

I hope my contribution will solve this problem.

If you use a method other than apt to install, I think the problem should be solved, but I want to know why this problem occurs? If the cause can be found, it can reduce such problems

wajika avatar Mar 26 '22 05:03 wajika

This issue is resolved with our new repository. More information can be found here.

JesusPaz avatar Aug 29 '23 19:08 JesusPaz