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
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
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
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
0
votes
1 answer

Cannot delete apt-fast for a clean install

This is my problem: $ destroy apt-fast [sudo] password for colbyryptos: Reading package lists... Done Building dependency tree Reading state information... Done Package apt-fast is not installed, so not removed 0 upgraded, 0 newly installed,…
colby
  • 9