How can I copy all apt-get update
cache to another computer, so that it doesn't need be updated again and again after new installation?
Asked
Active
Viewed 1,740 times
2

Alaa Ali
- 31,535

Purnendu Nath
- 256
-
Yes Is there any solution ??? – Purnendu Nath Aug 13 '14 at 07:57
-
every package need a repo update – hwez Aug 13 '14 at 08:12
-
Wouldn't a apt-get update take less time than a copy of the cache would? :P – Dan Johansen Aug 13 '14 at 11:30
1 Answers
2
Simply put, you could copy the content of /var/cache/apt/archives/*.deb
into the other /var/cache/apt/archives/
as root...
But if this is anything but a one-off, I would definitely suggest one of the various caching server options that are out there so you only ever have to download these updates once: