I am trying to upgrade Ubuntu in stages, I want to first download all the required packages and only then start the upgrade.
So, I downloaded required debian packages
and copied them to /var/cache/apt/archives
(before doing a dist-upgrade
). But still, I see that apt
tries to Get:
(download) the packages.
If the cache were hit, it should have shown Hit:
correct ? Is there any way to know
if apt
is looking for packages in some other location ? Also, is there an option to force
apt
to always look in the cache before trying to download?