码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu装完系统后各种软件的安装偷懒安装

时间:2014-10-12 19:22:58      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   color   io   ar   strong   sp   on   

装了ubuntu系统后,小兴奋了下,然后就傻眼了,按照组长写的一个安装过程,结果各种的安装不成功

本来还想着,先装个QQ显摆下,QQ是装上了但不能用,安装wine后用网上的各种方法装ia32-libs,最后问了用过的朋友,这样的QQ容易崩溃,就暂时搁置了。继续后面的安装。

既然是经常写程序用,就先装个nodejs,这不马上要用呀,各种脑补

nodejs:

  https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager#debian-and-ubuntu-based-linux-distributions

  Setup with Ubuntu:

  curl -sL https://deb.nodesource.com/setup | sudo bash -

  Then install with Ubuntu:

  sudo apt-get install -y nodejs

git:
  
http://git-scm.com/download/linux  
  apt-get install git

后来其他软件都是直接从ubuntu软件中心搜索,或者官网下载.deb格式的,双击就通过ubuntu软件中心安装了。

至于QQ后续还会装的,毕竟现在国内用QQ的居多。

装完啦,赶紧试下是否都能用了,先写代码了。。。。后续补

ubuntu装完系统后各种软件的安装偷懒安装

标签:des   style   http   color   io   ar   strong   sp   on   

原文地址:http://www.cnblogs.com/mengyun/p/4020495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!