I need to download some packages to install in my other machine which doesn't have internet access, and has a 64-bit architecture.
Since this machine which has internet connection is 32-bit, it only downloads 32-bit packages with apt-get.
I want to know if it is possible to:
- download 64 bit packages;
- download those which are already present.
Alternatively, is it possible to get the url for these packages in a automatic way?