Benim sunucuda ben 0.10.25
için LTS 0.10.30 ' "I Rea versiyonunu, ihtiyacımız yok' nodejs
ancak 4 sürümünü yüklemek isteyen geliştiriciler, biraz kazma sonra ben bulduk, 0.12
aynı nodejs
bazı ile birleşti diğer paketler.
Paket kaynağı yok 0.12
, .tar.gz
nodejs web sitesinden dosya indirdim , paketini açtım, ancak herhangi bir kurulum komut dosyası içermiyor, dosyaları manuel olarak taşıyor veya bağlantı oluşturmak istediğim yol değil, ne yapabilirim?
Güncelleme:
[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]~>