个人工具

“模板:Ubuntu:Feisty/AddOnApplications/zh”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(开始翻译本部份)
 
选择使用apt方法
 
(未显示2个用户的3个中间版本)
第1行: 第1行:
==Automated Methods==
+
==自动化操作==
===Add/Remove Programs===
+
===添加/删除程序===
Using the Add/Remove feature is very easy and it will not damage your Ubuntu installation.
+
使用'''添加/删除'''可以很轻松且安全地在你的Ubuntu系统上进行软件安装/卸载操作
* Click at the Programs menu. Choose "Add/Remove".
+
* 点击''应用程序''菜单-->"Add/Remove".
* Search for the sort of program you want to add. Example: type MP3 to see a list of mp3 software.
+
* 搜索你想安装软件的列表,比如输入关键字'''MP3'''
* 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===
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.
+
Automatix2是一个合适的安装软件,导致系统故障或破坏系统的一个脚本。Ubuntu社区不提供它的支持,并且我们也强烈不推荐使用它。由Automatix引起的问题常难以被追查和解决,而且它有时极易安装一个Ubuntu的拷贝。
  
*Get this package (Be advised that the package version can change, check for the latest [http://getautomatix.com/wiki/index.php?title=Installation here]):
+
*获取Automatix的包(这个包的版本会被修改,下面地址检查最新版本[http://getautomatix.com/wiki/index.php?title=Installation here]):
 
*http://www.getautomatix.com/apt/dists/feisty/main/binary-i386/automatix2_1.1-3.10-7.04feisty_i386.deb
 
*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
sudo dpkg -i automatix2_1.1-3.10-7.04feisty_i386.deb
+
  
*Automatix2 is available in Applications > System Tools > Automatix
+
*可以在Applications > System Tools > Automatix获取Automatix
  
 
*[http://www.ubuntugeek.com/install-popular-applications-in-ubuntu-feisty-fawn-using-automatix2.html Automatix2 Installation guide with Nice Screenshots]
 
*[http://www.ubuntugeek.com/install-popular-applications-in-ubuntu-feisty-fawn-using-automatix2.html Automatix2 Installation guide with Nice Screenshots]
  
====alternate method using apt====
+
=== 选择使用apt方法===
  
First Step:
+
第一步:
 +
  echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
  
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
  
wget http://www.getautomatix.com/keys/automatix2.key
+
第三步:
 +
 
 +
  gpg --import automatix2.key
  
Third Step:
+
第四步:
  
gpg --import automatix2.key
+
  gpg --export --armor E23C5FC3 | sudo apt-key add -
  
Fourth Step:
+
第五步:
 
+
gpg --export --armor E23C5FC3 | sudo apt-key add -
+
 
+
Fifth Step:
+
  
 
  sudo apt-get update
 
  sudo apt-get update
  
Sixth Step:
+
第六步:
  
 
  sudo apt-get install automatix2
 
  sudo apt-get install automatix2

2007年9月20日 (四) 22:01的最新版本

自动化操作

添加/删除程序

使用添加/删除可以很轻松且安全地在你的Ubuntu系统上进行软件安装/卸载操作

  • 点击应用程序菜单-->"Add/Remove".
  • 搜索你想安装软件的列表,比如输入关键字MP3
  • 标记你想安装的软件.
  • 点击应用.
  • 系统将会向你显示将要安装的软件列表,点击确定.

Automatix2

Automatix2是一个合适的安装软件,导致系统故障或破坏系统的一个脚本。Ubuntu社区不提供它的支持,并且我们也强烈不推荐使用它。由Automatix引起的问题常难以被追查和解决,而且它有时极易安装一个Ubuntu的拷贝。

 sudo dpkg -i automatix2_1.1-3.10-7.04feisty_i386.deb
  • 可以在Applications > System Tools > Automatix获取Automatix

选择使用apt方法

第一步:

  echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list

第二步:

 wget http://www.getautomatix.com/keys/automatix2.key 

第三步:

 gpg --import automatix2.key

第四步:

 gpg --export --armor E23C5FC3 | sudo apt-key add -

第五步:

sudo apt-get update

第六步:

sudo apt-get install automatix2