侧边栏壁纸
博主头像
★街角晚灯★博主等级

博观而约取 厚积而薄发

  • 累计撰写 446 篇文章
  • 累计创建 182 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

安装完ubuntu后该做什么

WinJay
2014-04-20 / 0 评论 / 0 点赞 / 127 阅读 / 9679 字 / 正在检测是否收录...
温馨提示:
文章发布较早,内容可能过时,阅读注意甄别。。。。

title: 安装完ubuntu后该做什么 date: '2014-04-20T21:11:17+08:00'

Ubunt发展到现在可以说是具有替代window的实力(不说完全具有还是因为,一些上交的文件还必须是office的文件)。

但是ubuntu默认安装的软件还无法完全胜任所有的日常工作,需要用户自己安装和配置之后才算完美,那安装完ubuntu后该做什么呢?

第一步:修改软件源,好的软件源不仅仅是要全,还要速度快,你绝对无法承受下一个20兆的东西等上三四个小时的。

推荐http://ubuntu.dormforce.net/ubuntu/, 这个在新立得软件源设置中可以更改。

第二步:安装受限驱动,安装中文语言支持。

第三步:安装下列软件,只要把框里的命令拷贝到一个新文件中,命名为file.sh,然后终端中输入sh file.sh,然后等着就可以了

sudo apt-get -y update   
sudo apt-get -y upgrade 
sudo apt get-y install build

sudo apt get - y install gfortran
sudo apt get - y install ibussunpinyin
sudo apt get - y install vim
`sudo apt``-``get` `-``y install chmsee;`
`sudo apt``-``get` `-``y install stardict;`
`sudo apt``-``get` `-``y install gs;`
`sudo apt``-``get` `-``y install vlc;`
`sudo apt``-``get` `-``y install iptux;`
`sudo apt``-``get` `-``y install rar unrar;`
`sudo apt``-``get` `-``y install poppler``-``data;`
`sudo apt``-``get` `-``y install chromium``-``browser;`
`sudo apt``-``get` `-``y install ubuntu``-``restricted``-``extras;`
`sudo apt``-``get` `-``y install p7zip p7zip``-``full p7zip``-``rar;`
`sudo apt``-``get` `-``y install nautilus``-``open``-``terminal;`
`sudo apt``-``get` `-``y autoremove;`
`sudo apt``-``get` `-``y autoclean;`
`sudo apt``-``get` `-``y clean;`
`sudo apt``-``get` `-``y update;`
`sudo apt``-``get` `-``y upgrade;`
`sudo apt``-``get` `-``y install build``-``essential;`
`sudo apt``-``get` `-``y install gfortran;`
`sudo apt``-``get` `-``y install ibus``-``sunpinyin;`
`sudo apt``-``get` `-``y install vim;`
`sudo apt``-``get` `-``y install chmsee;`
`sudo apt``-``get` `-``y install stardict;`
`sudo apt``-``get` `-``y install gs;`
`sudo apt``-``get` `-``y install vlc;`
`sudo apt``-``get` `-``y install iptux;`
`sudo apt``-``get` `-``y install rar unrar;`
`sudo apt``-``get` `-``y install poppler``-``data;`
`sudo apt``-``get` `-``y install chromium``-``browser;`
`sudo apt``-``get` `-``y install ubuntu``-``restricted``-``extras;`
`sudo apt``-``get` `-``y install p7zip p7zip``-``full p7zip``-``rar;`
`sudo apt``-``get` `-``y install nautilus``-``open``-``terminal;`
`sudo apt``-``get` `-``y autoremove;`
`sudo apt``-``get` `-``y autoclean;`
`sudo apt``-``get` `-``y clean;`
安装完之后,重启,进入ubuntu你就可以开始ubuntu之旅了,enjoy yourself!

http://www.cnblogs.com/elmtree/archive/2011/04/13/2014434.html

0

评论区