Questions tagged [apt-fast]

Apt-fast is a 'shell script wrapper' for apt-get that uses a download manager such as axel to open multiple connections to the update server and download small parts of the required file and then recombine them. It thus speeds up the downloads of packages tremendously.

The original author of apt-fast was Matt Parnell, who invented it in 2008; he explains it here on his own site. However, the project's home is now at Github and anyone can contribute to it.

It can be installed from Git or from a ppa, although the latter is easier and may be more stable. The stable ppa from the official Launchpad one is regularly updated. You must also have installed a compatible download manager such as axel or aria2c.

You now use apt-fast instead of apt-get until you uninstall it:

sudo apt-fast update && sudo apt-fast upgrade
sudo apt-fast install program

An article that explains further how the program works is at howtogeek.

19 questions
13
votes
2 answers

Is there a way to make Software Updater use apt-fast as a backend?

I've been using apt-fast in the command line for some time now and have enjoyed how it speeds upgrades by downloading packages in parallel. It would be great if Software Updater could also gain the update/upgrade download speed boost from…
Insperatus
  • 5,093
9
votes
2 answers

Is it possible to accelerate downloads in Synaptic Manager?

In Terminal that is possible by using apt-fast (using Axel). But is it possible to put to work Axel and apt-fast in Synaptic Manager? I found this suggestion, but I would not attempt it without the assistance from Ask Ubuntu :)
user47206
5
votes
2 answers

Error "problem unlinking" in apt-get clean

There's a problem whenever I try to use sudo apt-get clean: :~$ sudo apt-get clean W: Problem unlinking the file apt-fast - Clean (21: Is a directory) :~$ apt-fast clean W: Problem unlinking the file apt-fast - Clean (21: Is a directory) Purging…
4
votes
2 answers

unable to to locate package apt-fast

This is what I tried: $ sudo add-apt-repository ppa:apt-fast/stable $ sudo apt-get update ..........something something......... ................................................................. …
hacklegend
  • 41
  • 1
  • 2
4
votes
1 answer

Use axel in apt-fast instead of aria2

I have installed apt-fast, but I only get aria2 downloader and nothing else. I like to use axel, and have installed it too, but I cannot use it for apt-fast. I also tried: $ sudo dpkg-reconfigure apt-fast but get only aria2 as option, (and also…
shivshnkr
  • 5,113
3
votes
0 answers

suppress all interaction while installing apt-fast

I want to ask whether there is any method to suppress any interaction while installing apt-fast using apt-get. I add the ppa source and then use the next command to install apt-fast: sudo apt-get -y install apt-fast However, while installing, it…
ken
  • 141
3
votes
1 answer

Apt-fast does not show download size

I use apt-fast to download and install packages on my system. What I have noticed is apt-fast does not show me how much data will be downloaded, as apt-get does: The following NEW packages will be installed: dkms libgsoap2 virtualbox virtualbox-dkms…
shivshnkr
  • 5,113
2
votes
1 answer

apt-fast upgrade not working in ubuntu 14.04

I installed apt-fast but it not working.. when i command in terminal sudo apt-fast upgrade but it gives some exception error.. like this.. Exception: [AbstractOptionHandler.cc:69] errorCode=28 We encountered a problem while processing the option…
Krishna
  • 303
2
votes
2 answers

apt-fast for ubuntu 14.04?

I just upgraded to ubuntu 14.04 from ubuntu 12.04 (Which I loved) and now, I cant install apt-fast. My net connection is very slow and I want to download using apt-fast but whenever I add the apt-fast ppa and update and try to install it, It says…
2
votes
1 answer

Having problem with installing apt-fast

I'm trying to install apt-fast, and I use bellow commands: sudo add-apt-repository ppa:apt-fast/stable sudo apt-get update After updating my sources I receive following warnings: . . . Ign http://ubuntu.unitedcolo.de trusty/main Translation-en_US …
1
vote
2 answers

Ubuntu 16.04 and apt-fast

I have installed apt-fast in three sites, my own laptop, inside a virtual machine (Ubuntu Server 14.04) and in a remote public server (Ubuntu Server 14.04 too). Autocompletion of apt-fast works well in both servers, but it doesn't in my Ubuntu 16.04…
ABu
  • 255
1
vote
1 answer

How do I pause and resume apt-fast package download?

I know that in order to speed up apt-get downloads, I can use apt-fast (which uses the aria2c or axel engine - it depends on which one I install during the configuration). But even though it says it can pause and resume downloads, I don't know how…
user33468
1
vote
0 answers

Alias apt-get to apt-fast?

Possible Duplicate: How to get apt-get to call apt-fast? I use apt-fast, but often find myself copying commands from the internet, these all use apt-get. I am wondering if it is possible (and what errors I might run into) to alias it so any…
Hailwood
  • 5,017
1
vote
1 answer

Cannot install apt-fast

During installation of apt-fast the screen looped and after a while I closed the window. How can I fix it? sudo dpkg --configure -a Setting up apt-fast (1.7.2-1~precise1) ... debconf: DbDriver "config": /var/cache/debconf/config.dat is locked by…
Ronald
  • 761
  • 1
  • 5
  • 8
0
votes
1 answer

'Update Information Is Outdated' related to failed installation of apt-fast

I recently subscribed to Linux Format, and in the Aug. 2014 issue ('Fix Ubuntu') they recommended apt-fast to install software faster: $ sudo add-apt-repository ppa:apt-fast/stable $ sudo apt-get update $ sudo apt-get install apt-fast The…
GFiasco
  • 13
1
2