मेरे सर्वर पर मेरे पास 0.10.25
"मुझे रीए के संस्करण की आवश्यकता नहीं है, जो कि" 0.10.30 "है, जो कि एलटीएस है nodejs
, हालांकि डेवलपर्स 4 वें संस्करण को स्थापित करने के लिए कह रहे हैं, थोड़ा खुदाई करने के बाद, मैंने पाया है कि 0.12
यह nodejs
कुछ के साथ विलय हो गया है अन्य पैकेज।
के लिए कोई पैकेज स्रोत नहीं है 0.12
, मैंने .tar.gz
फ़ाइलों को नोडज की वेबसाइट के रूप में डाउनलोड किया है , अनपैक किया गया है, लेकिन इसमें कोई इंस्टॉलेशन स्क्रिप्ट नहीं है, फ़ाइलों को मैन्युअल रूप से स्थानांतरित करना या लिंक बनाना वह तरीका नहीं है जो मैं जाना चाहता हूं, मैं क्या कर सकता हूं?
अपडेट करें:
[web01]~> nodejs -v
v0.10.25
[web01]~> apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
curl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[web01]~> curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
[web01]~> apt-get install -y nodejs
Reading package lists... Done
Building dependency tree
Reading state information... Done
nodejs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[web01]~> uname -a
Linux web01.example.lab 3.19.0-28-generic #30~14.04.1-Ubuntu SMP Tue Sep 1 09:32:55 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
[web01]~>