Tuesday, March 29, 2011

Make apt-get Installations and Upgrades 26x faster with apt-fast

There is tweak to fast installation of updates on debian based os.
Steps

1.Install axel download accelerator.
 
sudo apt-get install axel
 
2.Install apt-fast
 
sudo add-apt-repository ppa:tldm217/tahutek.net
sudo apt-get update
sudo apt-get install apt-fast
 
3.Use apt-fast
 
apt-fast install packagename
eg:apt-fast upgrade

No comments:

Post a Comment