`
eimhee
  • 浏览: 2150764 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

利用APT-FAST给下载或更新提速

阅读更多

Apt-fast script that combines the power of the axel download manager with the stability of apt-get.
Install axel in ubuntu

First you need to install axel in ubuntu using the following comamnd from your terminal

sudo apt-get install axel

Now you need to download apt-fast script from here .Then, just place the script somewhere (/usr/bin or /usr/sbin is ideal), rename it to apt-fast (without the .sh extension)

sudo mv apt-fast.sh apt-fast

now you need to change the permissions to downloaded script

sudo chmod +x apt-fast

Using apt-fast

Once done, just use it like apt-get. To install a single package, make sure your database is up to date (apt-fast update), and run apt-fast install packagenamehere. Watch it download with incredible speed, and install your requested packages. To upgrade or dist-upgrade, do the same thing. Just use apt-fast dist-upgrade or apt-fast upgrade.

Should your download stall for any number of reasons, you'll need to do an apt-fast clean.

 

提速方法二:

 

apt-get now supports a 'mirror' method that will automatically select a good mirror based on your location. Putting:

 

deb http://ap-northeast-1.ec2.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
deb http://ap-northeast-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://ap-northeast-1.ec2.archive.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse

 

on the top in your /etc/apt/sources.list file should be all that is needed to make it automatically pick a mirror for you based on your geographical location.

Lucid (10.04), Maverick (10.10), Natty (11.04), And Oneiric (11.10) users can replace precise with the appropriate name.

 

  • 大小: 94.3 KB
分享到:
评论

相关推荐

    apt-fast安装配置

    在 Ubuntu 系统中,APT-FAST 是一种替代 APT-GET 的下载加速工具,通过增加线程来提高下载速度。在本指南中,我们将详细介绍 APT-FAST 的安装配置过程,以及其使用方法。 安装 APT-FAST 要安装 APT-FAST,首先需要...

    在Ubuntu系统上使用apt-fast来加快apt-get下载的教程.docx

    使用 apt-fast 加快 apt-get 下载速度在 Ubuntu 系统上的教程 本文档将指导您在 Ubuntu 系统上安装和使用 apt-fast 工具,以加快 apt-get 下载速度。apt-fast 是一个围绕 apt-get 和 aptitude 所写的 shell 脚本...

    Ubuntu使用apt-get install安装程序下载速度慢?apt-fast加速下载。

    解释:apt-fast采用aria2下载工具,可以通过增加线程的方式来加速apt-get/apt等命令。详细信息,可以参考https://wiki.ubuntu.org.cn/Apt-fast 安装方法: ubuntu 11.04~13.10版本: sudo apt-get install axel ...

    Ubuntu apt-mirror 镜像同步

    `apt-mirror`是一个用于创建本地镜像的工具,它可以帮助用户从官方Ubuntu服务器上下载完整的软件仓库,使得在没有高速网络连接或者需要在局域网内部署软件时,能快速高效地获取所需软件包。本文将深入探讨`apt-...

    apt-mirror命令安装包 apt-mirror-0.5.4-2.noarch.rpm

    centos下apt-mirror命令安装包 apt-mirror-0.5.4-2.noarch.rpm

    apt-fast,调用aria2下载

    网上找到的apt-fast都是调用axel下载,但是,我这个改动了一下,调用aria2下载,请确保你已经安装了aria2.下载后,添加可执行权限,然后复制到/usr/bin下,就可以用apt-fast命令代替apt-get命令了。下载速度成倍提高

    Linux系统apt-get源

    apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源apt-get源

    Debian apt-get 使用指南

    ### Debian apt-get 使用指南 #### 一、简介与基本概念 `apt-get` 是 Debian 及其衍生系统(如 Ubuntu)中的一个强大的包管理工具,它可以帮助用户安装、升级、卸载软件包,并且能够自动解决依赖关系。本文将详细...

    ubuntu安装加速神器apt-fast

    apt-fast是Matt Parnell开发的,采用用 axel 多线程来加速 apt-get 软件安装的工具。通过这个工具安装软件时,在下载软件包时,会大大缩短apt下载时间。使用过程与apt(apt-get)一样,只需要将apt(apt-get)改成apt-...

    apt-get 安装资源包,包括ubuntu-keyring, libapt-pkg, apt

    apt-get 安装资源包,包括 ubuntu-keyring_2018.02.28_all.deb libapt-pkg5.0_1.6.14_amd64.deb apt_1.6.14_amd64.deb

    cygwin apt-cyg

    在安装过程中,选择`Devel`类别下的`wget`,然后在终端中使用`wget`下载`apt-cyg`脚本: ``` wget https://raw.githubusercontent.com/ltrattner/apt-cyg/master/apt-cyg ``` 接下来,赋予脚本执行权限并运行: ...

    apt-cyg资源

    2. **更新软件包**:为了保持Cygwin环境的最新状态,你可以使用`apt-cyg update`命令来获取最新的软件包列表,然后用`apt-cyg upgrade`更新已安装的软件包。 3. **搜索软件包**:若想查找特定的软件包,可以使用`...

    Centos apt-get.sh

    curl https://raw.githubusercontent.com/dvershinin/apt-get-centos/master/apt-get.sh -o /usr/local/bin/apt-get 不能直接下载,这里方便大家下载

    rehat enterprise linux 5下安装apt-get包及方法

    例如,运行`apt-get update`来更新软件包列表,或者`apt-get install <package_name>`来安装软件包。 需要注意的是,虽然`apt-get`提供了一种更熟悉的包管理方式,但它可能不如`yum`与RHEL生态系统的集成紧密。因此...

    apt-axel ubuntu下的多线程apt

    总之,`apt-axel`是提高Ubuntu系统中`apt`下载速度的有效工具,尤其在处理大型更新或安装大量软件时,它的多线程下载能力可以大大节省时间。不过,使用时也要考虑网络环境和服务器负载,以保持良好的网络礼仪。

    apt-get 命令.doc

    dselect是Debian中的包管理工具,它可以提供软件包的建议和推荐安装,`apt-get dselect-upgrade`利用这些信息来更新系统。 9. **apt-get check**: 检查系统中所有已安装软件包的依赖关系,确认它们是否完整且有效...

    ubuntu apt-get下载源阿里云国内地址

    切换ubuntu server的apt-get下载源为阿里云国内地址

    linux apt-get

    apt-get 相当于在线安装,快点下吧

    apt-get的使用说明

    提供了一个更高级的界面,用于查看已安装或可用的软件包,与apt-get相比,aptitude具有更丰富的功能集,如依赖关系分析和交互式选择,更适合复杂场景下的包管理。 ##### 13. `apt-cache showpkg pkg` 显示软件包的...

    apt-mirror搭建ubuntu本地仓库源

    apt-mirror搭建ubuntu本地仓库源 apt-mirror是一种强大的...通过以上步骤,我们就可以使用apt-mirror搭建ubuntu本地仓库源,提高中传和北邮的同学在ubuntu10.04lts系统下载和更新软件的效率,合理地节省实验室带宽。

Global site tag (gtag.js) - Google Analytics