红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

Ubuntu中安装的几个重要软件

发布时间:2007-12-24 00:51:32来源:红联作者:Ganwerd
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之后,开始安装所需程序就简单多了

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

eva以及输入法skim

workrave

linux下的ghost: mondor

mplayer的rmvb解码
文章评论

共有 0 条评论