Die Installation von nodejs auf Red Hat

Ich versuche zu installieren node.js auf Red Hat Enterprise Linux Server release 6.1 mit dem folgenden Befehl:

sudo yum install nodejs npm

Bekam ich die folgende Fehlermeldung:

Error: Package: nodejs-0.10.24-1.el6.x86_64 (epel)
           Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: nodejs-devel-0.10.24-1.el6.x86_64 (epel)
           Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: nodejs-0.10.24-1.el6.x86_64 (epel)
           Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Error: Package: nodejs-devel-0.10.24-1.el6.x86_64 (epel)
           Requires: libssl.so.10(libssl.so.10)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Habe ich versucht, den folgenden Befehl als gut:

sudo yum install -y nodejs

Ich erhalte die folgende Fehlermeldung:

Error: Package: nodejs-0.10.24-1.el6.x86_64 (epel)
           Requires: libssl.so.10(libssl.so.10)(64bit)
Error: Package: nodejs-0.10.24-1.el6.x86_64 (epel)
           Requires: libcrypto.so.10(libcrypto.so.10)(64bit)

Wie soll ich es installieren? Ich will die neueste version installieren.

InformationsquelleAutor Prachi g | 2015-01-05
Schreibe einen Kommentar