Vollständige Installationsanweisungen wurden inzwischen hochgeladen hier von Nodesource. Es wird unten als Referenz kopiert. Die Anweisungen zum Aktualisieren auf die neueste Version sind dieselben.
Wenn Sie nicht mögen curl ... | sudo bash -
dann kannst du folgen die manuelle anleitung, die Ihnen sagt, wie Sie den Knoten hinzufügen.js-Repository zu /etc/apt/sources.list.d/
Sie.
HINWEIS: Wenn Sie Ubuntu Precise oder Debian Wheezy verwenden, sollten Sie Folgendes lesen Knoten ausführen.js >= 6.x auf älteren Distributionen
Knoten.js Aktuell:
# Using Ubuntucurl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -fsSL https://deb.nodesource.com/setup_current.x | bash -apt-get install -y nodejs
Knoten.js v13.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_13.x | bash -apt-get install -y nodejs
Knoten.js v12.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_12.x | bash -apt-get install -y nodejs
Knoten.js v11.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_11.x | bash -apt-get install -y nodejs
Knoten.js v10.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_10.x | bash -apt-get install -y nodejs
Knoten.js v9.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_9.x | bash -apt-get install -y nodejs
Knoten.js v8.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_8.x | bash -apt-get install -y nodejs
Knoten.js v7.x:
HINWEIS: Debian Wheezy- und Ubuntu Precise-Pakete sind NICHT für diese Version verfügbar. Bitte Referenz Knoten ausführen.js >= 4.x auf älteren Distributionen
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_7.x | bash -apt-get install -y nodejs
Knoten.js v6.x:
HINWEIS: Wenn Sie Ubuntu Precise oder Debian Wheezy verwenden, sollten Sie Folgendes lesen Knoten ausführen.js >= 4.x auf älteren Distributionen.
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_6.x | bash -apt-get install -y nodejs
Knoten.js v5.x:
HINWEIS: Wenn Sie Ubuntu Precise oder Debian Wheezy verwenden, sollten Sie Folgendes lesen Knoten ausführen.js >= 4.x auf älteren Distributionen.
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_5.x | bash -apt-get install -y nodejs
Knoten.js v4.x:
HINWEIS: Wenn Sie Ubuntu Precise oder Debian Wheezy verwenden, sollten Sie Folgendes lesen Knoten ausführen.js >= 4.x auf älteren Distributionen.
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_4.x | bash -apt-get install -y nodejs
Knoten.js v0.12:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_0.12 | bash -apt-get install -y nodejs
Knoten.js v0.10:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash -sudo apt-get install -y nodejs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_0.10 | bash -apt-get install -y nodejs
io.js v3.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_iojs_3.x | sudo -E bash -sudo apt-get install -y iojs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_iojs_3.x | bash -apt-get install -y iojs
io.js v2.x:
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_iojs_2.x | sudo -E bash -sudo apt-get install -y iojs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_iojs_2.x | bash -apt-get install -y iojs
io.js v1.x:
Hinweis: dieser Zweig von io.js wird nicht aktiv gewartet und wird nicht für die Produktionsverwendung empfohlen.
# Using Ubuntucurl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo -E bash -sudo apt-get install -y iojs# Using Debian, as rootcurl -sL https://deb.nodesource.com/setup_iojs_1.x | bash -apt-get install -y iojs