When you install Google Chrome in Ubuntu, it automatically adds a repository which keeps you updated with the latest versions of Google Chrome.
But this Google Chrome repository makes “apt-get update” very very slow and it takes up to 2 minutes to finish.
However, there is a fix for this (thanks to csaket!). Simply paste this in a terminal:
echo "Acquire::http::Pipeline-Depth "0";" | sudo tee -a /etc/apt/apt.conf.d/90localsettings
Run an update, it should be much faster now.
sudo apt-get update
This tweak has also been added to our Ubuntu 10.04 First Time Use Script.






















0 Comments
You can be the first one to leave a comment.