apt-fast!
| December 29th, 2010Had you ever wanted to speed up downloading packages through traditional apt-get on Ubuntu? I know you would say “Yes!” as answer to this crap question. No issues, here is the miracle some guys done in past days, let’s introduce with this one. A simple bash shell script which you may name anything, suppose I name it apt-fast which uses already available axel download manager to retrieve packages from repositories of distro. Please do remember that this is not a package built for distro, this is just a programmed shell script for getting speed in transaction of downloading debian packages. The speed of downloading packages in the form of pieces (similar as in p2p file sharing) is amazing; I’ve tested and using it up onwards. You’ll surely satisfy by using this one probably, or might not be—who cares further! ;)
Okay, let’s start—the steps for configuring apt-fast to be work out for you are given as below:
1. Download and install axel by,
sudo apt-get install axel2. Download [this] script named apt-fast.sh, later rename it as apt-fast,
mv apt-fast.sh apt-fast