模板:Ubuntu:Feisty/AddOnApplications/zh
来自Ubuntu中文
跳到导航跳到搜索
自动化操作
添加/删除程序
使用添加/删除可以很轻松且安全地在你的Ubuntu系统上进行软件安装/卸载操作
- 点击应用程序菜单-->"Add/Remove".
- 搜索你想安装软件的列表,比如输入关键字MP3
- 标记你想安装的软件.
- 点击应用.
- 系统将会向你显示将要安装的软件列表,点击确定.
Automatix2
Automatix2 is a proprietary script that tries to install some software, and often fails and breaks systems. The Ubuntu community doesn't provide support for it, and we strongly discourage its use. Problems caused by Automatix are often hard to track and solve, and it might sometimes be easier to install a fresh copy of Ubuntu.
- Get this package (Be advised that the package version can change, check for the latest here):
- http://www.getautomatix.com/apt/dists/feisty/main/binary-i386/automatix2_1.1-3.10-7.04feisty_i386.deb
- Install with this command:
sudo dpkg -i automatix2_1.1-3.10-7.04feisty_i386.deb
- Automatix2 is available in Applications > System Tools > Automatix
alternate method using apt
First Step:
echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
Second Step:
wget http://www.getautomatix.com/keys/automatix2.key
Third Step:
gpg --import automatix2.key
Fourth Step:
gpg --export --armor E23C5FC3 | sudo apt-key add -
Fifth Step:
sudo apt-get update
Sixth Step:
sudo apt-get install automatix2