automatix2(必需)
使用Automatix2可以安装许多Ubuntu官方源里没有的常用软 件,如Skype, Opera, Flash plugin for Firefox, Google Earth, Picasa, Acrobat Reader, multimedia codecs, VMware Player等等,而无须一个个的添加源。

1. 安装Automatix2(我用的是feisty,下面的代码都是在feisty下运行):
添加Automatix2源,可以直接运行以下代码
            echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
或者手动添加
sudo gedit /etc/apt/sources.list
将下面一行添加到sources.list文件
deb http://www.getautomatix.com/apt feisty main
之后添加key文件(非必要,但最好添加上)
wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | sudo apt-key add -
安装automatix2
sudo apt-get update
sudo apt-get install automatix2
2. 安装好automatix2之后,开始安装所需程序就简单多了
http://www.51cto.com/art/200706/49215.htm   (Ubuntu十大应用程序 让你的电脑飞起来)

+++++++++++++++++++++++++++++++++
amarok的mp3插件
sudo apt-get install gstreamer0.10-plugins-ugly libxine-extracodecs

eva以及输入法skim

workrave

linux下的ghost: mondor

mplayer的rmvb解码