Apt-fast:修订间差异
来自Ubuntu中文
跳到导航跳到搜索
apt-fast |
无编辑摘要 |
||
第1行: | 第1行: | ||
=Apt-fast= | |||
Apt-fast 是一款替代 apt-get 提升下载速度的软件,安装软件时,通过增加线程使下载软件速度加快。 | Apt-fast 是一款替代 apt-get 提升下载速度的软件,安装软件时,通过增加线程使下载软件速度加快。 | ||
Apt-fast 已经更新到1.6.4版本,引入配置“对话框”,在其安装过程中,一步步对话框选择设置,每个用户的配置选项,从而改善和清晰化Apt-fast的初始配置过程。 | Apt-fast 已经更新到1.6.4版本,引入配置“对话框”,在其安装过程中,一步步对话框选择设置,每个用户的配置选项,从而改善和清晰化Apt-fast的初始配置过程。 | ||
=== 命令 === | |||
如何安装 apt-fast ? | 如何安装 apt-fast ? | ||
添加官方 PPA 源(支持ubuntu Lucid, Natty, Oneiric, Precise, Quantal),打开终端,输入以下命令: | 添加官方 PPA 源(支持ubuntu Lucid, Natty, Oneiric, Precise, Quantal),打开终端,输入以下命令: | ||
sudo apt-get install axel aria2 | * <code>sudo apt-get install axel aria2</code> | ||
sudo add-apt-repository ppa:apt-fast/stable | *<code>sudo add-apt-repository ppa:apt-fast/stable</code> | ||
sudo apt-get update | *<code>sudo apt-get update</code> | ||
sudo apt-get install apt-fast | *<code>sudo apt-get install apt-fast</code> | ||
==使用== | |||
安装之后使用方法和[apt-get]使用一样. | |||
更新源列表 | |||
*<code>sudo apt-fast update</code> | |||
安装Chromium浏览器 | |||
*<code>sudo apt-fast install chromium-browser</code> | |||
更新系统 | |||
*<code>sudo apt-fast upgrade</code> |
2012年10月27日 (六) 15:01的版本
Apt-fast
Apt-fast 是一款替代 apt-get 提升下载速度的软件,安装软件时,通过增加线程使下载软件速度加快。 Apt-fast 已经更新到1.6.4版本,引入配置“对话框”,在其安装过程中,一步步对话框选择设置,每个用户的配置选项,从而改善和清晰化Apt-fast的初始配置过程。
命令
如何安装 apt-fast ? 添加官方 PPA 源(支持ubuntu Lucid, Natty, Oneiric, Precise, Quantal),打开终端,输入以下命令:
sudo apt-get install axel aria2
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast
使用
安装之后使用方法和[apt-get]使用一样. 更新源列表
sudo apt-fast update
安装Chromium浏览器
sudo apt-fast install chromium-browser
更新系统
sudo apt-fast upgrade