You are not logged in.
Pages: 1
Packages which I am downloading from repositories are cached on disk.
Let's say I now want to install Arch Linux on another computer.
How to avoid downloading?
How can I use already downloaded packages when doing -S ?
Offline
just copy the appropriate .tar.gz files from /var/cache/pacman/pkg/
EDIT: typo
Offline
Offline
You're wrong. If you copy the tarballs to /var/cache/pacman/pkg/ (on the new system) then pacman -S will look there before it tries to download them.
So the suggested solution will work.
Offline
Nice one, brain - I didn't know that.
Thanks.
Offline
Pages: 1