How do I use apt-get to install a package on an offline computer? With a separate (connected) computer, I can use apt-get --download [package] to pull the package I'm interested in but this fails to grab the dependencies. Can I copy a list of the already installed packages from the offline computer to the online one so the dependencies can be calculated with apt-get?
If I want to install packages and update the computer - is there a better way to do than what's described above?