Possible Duplicate:
How can I install software or packages without Internet (offline)?
Is there a way to store deb packages (all or a specific version of package) on a local media (dvd, usb etc...) so later I would be able to install those packages on a PC which does not have Internet connection?
For example, these are the packages that I want to install on a PC which doesn't have Internet connection:
# TinyOS MSP430 GCC Compiler Repository
# Version 4.6.3
deb http://tinyprod.net/repos/debian squeeze main
deb http://tinyprod.net/repos/debian msp430-46 main
# TinyOS version 2.1.2
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main
sudo apt-get --download-only <packagename>
– blade19899 Sep 21 '12 at 09:31/var/cache/apt/archives
folder. If you also want to install them locally without using Internet on another pc, look at the above link – Anwar Sep 21 '12 at 09:41