LoginSignup
0
0

More than 5 years have passed since last update.

DebianにNode.jsをインストール(自分用メモ)

Posted at

DebianでNode.jsをインストールをしてみる!

PPAを使用してインストール

$ sudo curl -sL https://deb.nodesource.com/setup | sudo bash -
## Installing the NodeSource Node.js v0.10 repo...


## Populating apt-get cache...

+ apt-get update
Hit http://ftp.jp.debian.org wheezy Release.gpg
.
.
.
Fetched 6,256 B in 7s (813 B/s)                                                                                                        
Reading package lists... Done

## Run `apt-get install nodejs` (as root) to install Node.js v0.10 and npm

$ sudo apt-get install nodejs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
.
.
.

$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
.
.
.

一応コレでインストールは終わり

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0