
You could just mount the partition to "/var/cache/apt/archives". If you don't run "apt-get clean" the downloaded packages should stay there. I'd recommend doing a backup of the directory first, creating a new one and then mount the partition:
sudo mv /var/cache/apt/archives /var/cache/apt/archives_bk
sudo mkdir /var/cache/apt/archives
sudo mount /dev/sdXX /var/cache/apt/archives/
Source
Saturday, August 9, 2008
Synaptic download location
Posted by Schwerin Moses at 6:18 AM
Labels: Ubuntu, Ubuntu (Tweaks)
Subscribe to:
Post Comments (Atom)
0 Comments:
Post a Comment