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

Debian 11 only installs v12.22.5 #1370

Closed
dobrosavljevic opened this issue Apr 15, 2022 · 5 comments
Closed

Debian 11 only installs v12.22.5 #1370

dobrosavljevic opened this issue Apr 15, 2022 · 5 comments
Assignees

Comments

@dobrosavljevic
Copy link

After adding the nodesource repo according to the instructions provided here for Debian 11 the version that is still installed is v12.22.5, which is the default version that gets installed without the nodesource repo.

Am I missing something or we just not able to install latest versions with apt at the moment for whatever reason?

@Grothesk242
Copy link

Grothesk242 commented Apr 19, 2022

No issue here.

sudo apt update
apt policy nodejs

tells you?

@redward
Copy link

redward commented Apr 20, 2022

nodejs:
Installed: 12.22.5dfsg-211u1
Candidate: 12.22.5dfsg-211u1
Version table:
*** 12.22.5dfsg-211u1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
100 /var/lib/dpkg/status

@dobrosavljevic
Copy link
Author

I needed a newer version of node and wanted to make sure that it's updated through apt so I setup what I needed on Ubuntu instead and thought I'd report what I was finding on Debian. I would be happy to try again but I suspect I'd see similar to what redward posted above.

@JesusPaz JesusPaz self-assigned this Apr 20, 2022
@XiaoPanPanKevinPan
Copy link

I just met and solved the problem on my Debian 11. It turned out that the script exited after running apt-get update, and the reason was some of my repo problems (such as unsigned repo).

After solving the problem, it just worked well. Hope this info helps.

@JesusPaz
Copy link
Contributor

JesusPaz commented May 2, 2022

Debian 11 is currently supported and any issue during its installation is related to the environment and the network in which the installation is being carried out.

Similar issues with installations on subsystems and behind proxies: #1002 #947 #904 #9 and many more.

It's not a problem related to distributions or compatibility, but to the proxy setup.

@JesusPaz JesusPaz closed this as completed May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants