I have a computer without NIC and I want to install some programs in it via USB memory, but how can I download a program from apt-get without installing it?
closed as off topic by Tim Post♦ Oct 26 '11 at 9:26
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
There are a least these
This is specifically for the case of wanting to download where you have network access but to install on another machine where you do not. Otherwise, the
|
|||||||
|
|
try Just for clarification; the downloaded packages are located in the apt package cache at Cheers |
|||
|
|
|
Don't forget the option "-o", which lets you download anywhere you want, although you have to create "archives", "lock" and "partial" first (the command prints what's needed). apt-get -d -o=dir::cache=/tmp whateveryouwant |
|||||||
|