安装完ubuntu后该做什么

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-essential; #基本的编译环境
sudo apt-get -y install gfortran;
sudo apt-get -y install ibus-sunpinyin; #ibus sun拼音输入法
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!

附注:启动输入法需要进入 System->Preference->Keyboard Input Method 配置窗口,在input method标签页中添加sunpinyin输入法。

posted @ 2011-04-13 09:55  maqingzhen  阅读(1034)  评论(0编辑  收藏  举报