个人工具

模板:Ubuntu:Feisty/AddOnApplications/zh

来自Ubuntu中文

Fideas讨论 | 贡献2007年5月30日 (三) 10:13的版本 (开始翻译本部份)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Automated Methods

Add/Remove Programs

Using the Add/Remove feature is very easy and it will not damage your Ubuntu installation.

  • Click at the Programs menu. Choose "Add/Remove".
  • Search for the sort of program you want to add. Example: type MP3 to see a list of mp3 software.
  • Check the box next to the software.
  • Click the "Apply" button.
  • It will show you a list of the software packages that it will install. Click OK.

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.

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