我试图在我的Ubuntu12.10中安装apt-fast,但它显示了以下错误:
the following packages have unmet dependencies
apt-fast : depends: aria2 but is not going to install
build essential : depends : g++(>=4.4.4.3) but is not going to be installed
depends: dpkg-dev (>=1.13.5) but is not going to be installed"请帮助我,因为这些错误是到处显示--无论我想安装什么。
发布于 2013-07-06 18:24:41
只需在终端中执行以下操作即可快速安装。
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get install apt-fast然后,一个提示会打开,要求你在apt-获取和天赋之间做出选择.再次,另一个提示弹出,要求在Axel和Aria2c (下载管理器)之间进行选择。选择你喜欢的,你就完蛋了。
现在,只需将apt-get替换为apt-fast命令。举例如下:
sudo apt-fast install chromium-browser
sudo apt-fast upgrade好了。享受您增加的apt-获取下载速度。
这应该是因为它是稳定的版本,你能把你输入的东西发到终端上吗?
发布于 2013-07-06 19:25:10
http://www.iasptk.com/ubuntu-ppa/17226-ubuntu-1204-lts-apt-fast-a-shellscript-wrapper-for-apt-get
apt-fast是apt-get的外壳脚本包装器,它可以通过并行下载包来大大提高apt的下载时间,每个包都有多个连接。它使用axel或aria2c作为下载管理器。一旦你设置了apt-快速,你可以像使用apt-get一样使用它。sudo apt-快速更新sudo apt-fast dist-升级或sudo快速升级sudo apt快速安装软件包名安装并在Ubuntu中设置apt-fast打开一个终端(Ctrl+Alt+T)窗口并只执行以下命令: sudo apt-存储库ppa:apt-快速/稳定的sudo -获取更新sudo -获取安装apt-获得安装apt-快速轴后,将apt-fast配置为使用axel作为下载管理器:编辑配置文件: sudo /etc/apt-Quick.conf删除#在以下"_DOWNLOADER“行之前删除#,并保存文件# axel:_ then加载程序=‘cat/tmp/apt-Quick.list xargs -l1 axel -n ${_MAXNUM} -a’# axel,运行此命令,然后您可以使用apt-fast作为apt-获取sudo apt-快速更新。
https://askubuntu.com/questions/317174
复制相似问题