RHEL/CentOS/Scientific Linux 6

喜欢而已 提交于 2019-12-01 12:35:05

RHEL/CentOS/Scientific Linux 6

Node.js and npm are available from the Fedora Extra Packages for Enterprise Linux (EPEL) repository. If you haven't already done so, firstenable EPEL.

To check if you have EPEL, run

yum repolist

if you don't see epel, download it (At the time of this writing, the last version is 6.8.)

curl -O http://download-i2.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

then install it

sudo rpm -ivh epel-release-6-8.noarch.rpm

And then run the following command to install node and npm:

sudo yum install npm --enablerepo=epel


Node.js在 redahat 企业版(Red Hat Enterprise Linux Server release 6.3 (Santiago))上的安装
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!