ubuntu 安装 nodejs

  1. # apt-get update  
  2. # apt-get install -y python-software-properties software-properties-common  
  3. # add-apt-repository ppa:chris-lea/node.js  
  4. # apt-get update  
  5. # apt-get install nodejs