එතැන් සිට සම්පූර්ණ ස්ථාපන උපදෙස් Nodesource විසින් මෙහි උඩුගත කර ඇත. එය ඔබගේ යොමු කිරීම සඳහා පහත පිටපත් කර ඇත. නවතම අනුවාදයට යාවත්කාලීන කිරීම සඳහා උපදෙස් සමාන වේ.
ඔබ අකමැති නම් ඔබට අත්පොත උපදෙස්curl ... | sudo bash -
අනුගමනය කළ හැකිය , එය ඔබට Node.js ගබඩාව එකතු කරන්නේ කෙසේදැයි කියයි ./etc/apt/sources.list.d/
Node.js v13.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_13.x | bash -
apt-get install -y nodejs
Node.js v12.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs
Node.js v11.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get install -y nodejs
Node.js v10.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_10.x | bash -
apt-get install -y nodejs
Node.js v9.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_9.x | bash -
apt-get install -y nodejs
Node.js v8.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 6.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
Node.js v7.x :
සටහන: ඩේබියන් Wheezy හා උබුන්ටු ඉතා නිවැරදි ඇසුරුම් නැති මෙම නිදහස් කර ගැනීම සඳහා ලබා ගත හැකි. කරුණාකර පැරණි ඩිස්ට්රෝස් මත Node.js> = 4.x ධාවනය කිරීම සඳහන් කරන්න
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get install -y nodejs
Node.js v6.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 4.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get install -y nodejs
Node.js v5.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 4.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_5.x | bash -
apt-get install -y nodejs
Node.js v4.x :
සටහන: ඔබ උබුන්ටු නිරවද්ය හෝ ඩේබියන් වීසි භාවිතා කරන්නේ නම්, පැරණි ඩිස්ට්රෝස් මත Node.js> = 4.x ධාවනය කිරීම ගැන කියවීමට ඔබට අවශ්ය විය හැකිය .
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs
Node.js v0.12 :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.12 | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.12 | bash -
apt-get install -y nodejs
Node.js v0.10 :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_0.10 | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_0.10 | bash -
apt-get install -y nodejs
io.js v3.x :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_3.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_3.x | bash -
apt-get install -y iojs
io.js v2.x :
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_2.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_2.x | bash -
apt-get install -y iojs
io.js v1.x :
සටහන: io.js හි මෙම ශාඛාව සක්රියව නඩත්තු නොකරන අතර නිෂ්පාදන භාවිතය සඳහා නිර්දේශ නොකරයි.
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_iojs_1.x | sudo -E bash -
sudo apt-get install -y iojs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_iojs_1.x | bash -
apt-get install -y iojs