Centos 6.X Installing Node.js via package manager
Run as root on RHEL, CentOS or Fedora, for Node.js v4 LTS Argon:
# curl --silent --location https://rpm.nodesource.com/setup_4.x | bash -
Then install, as root:
# yum -y install nodejs
Available architectures:
•i386 (32-bit, not available for EL7)
•x86_64 (64-bit)
Supported Red Hat® Enterprise Linux® versions:
•RHEL 5 (32-bit and 64-bit)
•RHEL 6 (32-bit and 64-bit)
•RHEL 7 (64-bit)
Supported CentOS versions:
•CentOS 5 (32-bit and 64-bit)
•CentOS 6 (32-bit and 64-bit)
•CentOS 7 (64-bit)
Supported CloudLinux versions:
•CloudLinux 6 (32-bit and 64-bit)
Supported Fedora versions:
•Fedora 21 (Twenty One) (32-bit and 64-bit)
•Fedora 20 (Heisenbug) (32-bit and 64-bit)
•Fedora 19 (Schrödinger's Cat) (32-bit and 64-bit)
Other distributions known to be supported:
•Oracle Linux (mirrors RHEL very closely)
•Amazon Linux (tested on 2016.03)
留言列表