dear allquixotic;
How To Optimize Apt Archives
Code:
sudo chmod u+x /etc/rc.local
Add following line into /etc/fstab
Code:
tmpfs /var/cache/apt/archives/ tmpfs defaults,noatime 0 0
Add following line into /etc/rc.local
Code:
mkdir /var/cache/apt/archives/partial
All deb package will be downloaded into ramfs, and keep in mind not to make to much upgrade at one time to save ram space, usually 512MB should be enough for most install and upgrade.
Close enough right? Credits to the above commands go to here