Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active May 2, 2024 03:31
Show Gist options
  • Save zoonderkins/19bc508bbb4338bd31ef005cbebc2c92 to your computer and use it in GitHub Desktop.
Save zoonderkins/19bc508bbb4338bd31ef005cbebc2c92 to your computer and use it in GitHub Desktop.
Nodejs install on Debian Ubuntu #linux

Debian Ubuntu install Nodejs

Latest version

apt -y install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_22.x | bash -

apt -y install nodejs

LTS release

apt -y install curl software-properties-common
curl -sL https://deb.nodesource.com/setup_20.x | bash -

apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment