Q: How to backup/restore downloaded repositories cache?
sudo tar zcvf apt.tgz /etc/apt/ /var/lib/apt/ /var/cache/apt/
sudo tar zxvf apt.tgz -C /