node.js のインストール - Ubuntu 10.04 編
Ubuntu 10.04 への node.js のインストールメモ。
apt repository を新規に追加してインストール。
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get -y update
$ sudo apt-get -y install nodejs
これだけ。。
Written by @dr_taka_n at 2012/03/24 18:45 [ubuntu, nodejs]
Ubuntu 10.04 への node.js のインストールメモ。
apt repository を新規に追加してインストール。
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get -y update
$ sudo apt-get -y install nodejs
これだけ。。
本サイトは、Design Recipe ソフトウェアチームが運用しています。
本サイトに関するお問い合わせは、info@designrecipe.jp、または、@dr_taka_n までお願いします。
Copyright © 2010, Design Recipe.