Na moim serwerze mam 0.10.25
„Nie potrzebuję wersji Rea, czyli„ 0.10.30 ”, która jest LTS nodejs
, jednak programiści proszący o zainstalowanie czwartej wersji, po nieco kopaniu, stwierdzili, że 0.12
to samo nodejs
połączyło się z niektórymi inne pakiety.
Nie ma źródła pakietu 0.12
, .tar.gz
pobrałem pliki ze strony nodejs, rozpakowałem, ale nie zawiera ono skryptu instalacyjnego, nie przenosię plików ręcznie ani nie tworzę linków w inny sposób. Co mogę zrobić?
Aktualizacja:
[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]~>