Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Last active April 28, 2023 00:25
Show Gist options
  • Save buzzkillb/7d88587534790d0fe75e8ae7d8c25255 to your computer and use it in GitHub Desktop.
Save buzzkillb/7d88587534790d0fe75e8ae7d8c25255 to your computer and use it in GitHub Desktop.
install nodejs ubuntu ez
wget https://nodejs.org/dist/v20.0.0/node-v20.0.0-linux-x64.tar.xz
sudo apt-get install xz-utils
sudo tar -C /usr/local --strip-components 1 -xJf node-v20.0.0-linux-x64.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment