Skip to content

Instantly share code, notes, and snippets.

@zvlex
Last active February 11, 2016 20:32
Show Gist options
  • Save zvlex/a786814ff7bb6be8e467 to your computer and use it in GitHub Desktop.
Save zvlex/a786814ff7bb6be8e467 to your computer and use it in GitHub Desktop.
Install Node.js 5.x in Fedora 23
sudo dnf -y install https://rpm.nodesource.com/pub_5.x/fc/23/x86_64/nodesource-release-fc23-1.noarch.rpm
sudo dnf -y install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment