Centos6.5 nodejs6.6 yum源安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.5 nodejs6.6 yum源安装相关的知识,希望对你有一定的参考价值。
nodejs6.6 yum源安装
系统是Centos6.5 x86_64,github上有对应系统的安装版本,还是比较详细的,下面三步执行完,直接yum install nodejs 就安装了。
curl -sL https://rpm.nodesource.com/setup_6.x | bash -
curl -sL -o ‘/tmp/tmp.jl0ccbLo3X‘ ‘https://rpm.nodesource.com/pub_6.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm‘
curl -sLf -o /dev/null ‘https://rpm.nodesource.com/pub_6.x/el/6/x86_64/nodesource-release-el6-1.noarch.rpm‘
本文出自 “LINUX Super梦” 博客,请务必保留此出处http://215687833.blog.51cto.com/6724358/1902309
以上是关于Centos6.5 nodejs6.6 yum源安装的主要内容,如果未能解决你的问题,请参考以下文章