聚合全网技术文章,根据你的阅读喜好进行个性推荐
In fact,you can use the instruction below:
sudo apt-get install node.js
if the machine tips:
E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the list directory
killall apt-get before used last instruction .
good luck !
http://cnodejs.org/topic/50bc6302637ffa41556cc5fb
https://launchpad.net/~chris-lea/+archive/node.js/
参考这个,更新源,然后安装
谢谢大家的回答,我的问题解决了,现在将我解决的方法分享给大家:我的机器上没有安装curl,详见: http://blog.csdn.net/lifan5/article/details/7350154,这样就OK了~
In fact,you can use the instruction below:
sudo apt-get install node.js
if the machine tips:
E: Could not get lock /var/lib/apt/lists/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the list directory
you can use the instruction :killall apt-get before used last instruction .
good luck !
http://cnodejs.org/topic/50bc6302637ffa41556cc5fb
https://launchpad.net/~chris-lea/+archive/node.js/
参考这个,更新源,然后安装
谢谢大家的回答,我的问题解决了,现在将我解决的方法分享给大家:我的机器上没有安装curl,详见: http://blog.csdn.net/lifan5/article/details/7350154,这样就OK了~