apt-offline Computer offline aktualisieren

Hierzu gibt es das Tool apt-offline. Damit kann zuhause an einem Online-PC der Update u.a. heruntergeladen gewerden. apt-offline allows you to easily upgrade or install new packages on your offline PC, by using another online PC.

Zum Installieren (jeweils im Terminal ausführen und ENTER):
sudo apt-get install apt-offline

Upgrading:
On the offline PC: sudo apt-offline set /tmp/apt-offline.sig
On the online PC: sudo apt-offline get C:\apt-offline.sig --bug-reports --threads 5
On the offline PC: sudo apt-offline install /media/USB/apt-offline.zip

Installing
On the offline PC: sudo apt-offline set abuse-offline.sig --install-packages abuse --src-build-dep --install-src-packages abuse
On the online PC: sudo apt-offline get abuse-offline.sig --no-checksum --bundle abuse-offline.zip
On the offline PC: sudo apt-offline install /media/USB/abuse-offline.zip

More info
http://apt-offline.alioth.debian.org/
http://www.debian-administration.org/article/Offline_Package_Management_...
http://ubuntuforums.org/showpost.php&p=10198406&postcount=5