bartman's blog

apt-get pdiffs

bartman

Debian/unstable apt-get has this feature called pdiff files (or pdiffs). It downloads only the diffs between the previous day’s Packages and Sources indexes, which claims to improve downloads for regular use.

When you don’t update often you will find that your updates could take 30 minutes, plus.

You can disable use of pdiff files by running:

apt-get update -o Acquire::PDiffs=false

Oh, cute… PDiffs=false is a feature not a bug.

Tags: