If your dpkg runs seem to take a long time in the reading database step, try this...
Basic Way
Clear the available file dpkg --clear-avail
Run sync-available (in the dctrl-tools package) if you use grep-available (or other tools that rely on a useful available file).
The few times Ive tried it (all situations where the reading database step seemed to take ages), it has always sped the process up dramatically. There probably are situations where it wont make much difference, but I havent run into
Hax0r Way
cd ~ git clone git://github.com/epitron/scripts.git . ~/scripts/bashrc.leet ago
