ubuntu8.04编程常用软件安装

1. 中文输入法
打开桌面菜单
System->Administration->Language Support
选择如下选项
Supported Languages:
  Chinese[X]
Input method:
  [X]Enable support to enter complex characters

2. 翻译软件
安装翻译软件
sudo apt-get install stardict
下载字典
http://stardict.sourceforge.net/Dictionaries.php
推荐: 朗道英汉字典 朗道汉英字典
把字典解压到/usr/share/stardict/dic

3. 编辑器
sudo apt-get install vim exuberant-ctags
http://www.vim.org/scripts/script.php?script_id=273
下载taglist_45.zip
unzip taglist_45.zip
cp taglist.txt /usr/share/vim/vim71/doc
cp taglist.vim /usr/share/vim/vim71/plugin
在vim的命令模式下输入:Tlist,打开函数列表
编辑~/.vimrc
详见本博客下的文章: vim配置文件例子(.vimrc)

4. 编译器
sudo apt-get install build-essential

你可能感兴趣的:(ubuntu8.04编程常用软件安装)