azs
2017-11-30 03:37 deepin
you can add nodejs repo file to deepin /etc/apt/source.list.d/
eg:
Copy the Code
Finished, Good Lucky!
eg:
- #SuperUser:
- sudo -s
- #Add nodejs repo file to system:
- echo -e "deb https://deb.nodesource.com/node_8.x stretch main \ndeb-src https://deb.nodesource.com/node_8.x stretch main" > /etc/apt/sources.list.d/nodesource.list
- # Update
- apt update
- # Install Nodejs
- apt install nodejs
Finished, Good Lucky!
Reply Like 0 View the author
BTW, is there an reason as to why Deepin is based on Debian Unstable ???