How to install version 6.10.3 of the nodejs without being through the terminal

0

How do I install the 6.10.3 version of nodejs in ubuntu? When I install them from the terminal (sudo apt-get update sudo apt-get install nodejs) it always installs version 4.7.2. Is there another way to install other than the terminal? thankful Flávio

    
asked by anonymous 09.05.2017 / 19:40

1 answer

0

Repositories are out of date, they explain why curl should be used here . Then download the package directly from them and have it installed.

You have two other options: compile the source code ( instructions on the node site ) or download the binaries directly from the site and include it in your PATH.

    
09.05.2017 / 19:58