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

Ubuntu / Focal packages are missing link into alternatives or symlink to node? #1095

Open
Grothesk242 opened this issue Jul 31, 2020 · 0 comments

Comments

@Grothesk242
Copy link

I'm wondering if recent packages for ubuntu focal are missing the link from 'nodejs' to /usr/bin/node ?
When installing via
sudo apt install nodejs
there ist no 'nodejs' in /usr/bin PATH.
The respective Debian Buster package does link to the Alternatives instead:

pi@raspberrypi:/opt/iobroker $ ls -la /usr/bin/nodejs lrwxrwxrwx 1 root root 24 Apr 12 11:14 /usr/bin/nodejs -> /etc/alternatives/nodejs pi@raspberrypi:/opt/iobroker $ ls -la /etc/alternatives/nodejs lrwxrwxrwx 1 root root 13 Apr 12 11:14 /etc/alternatives/nodejs -> /usr/bin/node

Shouldn't there be a nodejs in /usr/bin for ubuntu/focal too?

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

2 participants