I'd like to use apt-get (and other ubuntu tools) to download software and keep it updated.
Unfortunately, my company has set a squid proxy to accept digest authentication only. I've seen somewhere (can't find the link again) that APT-GET uses WGET, which doesn't support digest authentication, to download the packages.
Is it possible to configure APT-GET to use CURL instead of WGET to download the packages?