2

Possible Duplicate:
Identifying and Downloading Dependency for an Offline PC

How can I take an apt module from an internet enabled Ubuntu and get it to a USB for a non internet install?

I am wanting the following which are available through apt. I am sure there will be more that I end up needing.

700 Software
  • 2,267

3 Answers3

1

One way would be to...

  1. Goto Ubuntu packages or Launchpad;
  2. Find the package you need (gimp packages or gimp launchpad);
  3. Check if there are any dependencies that you do not have installed (gimp) ;
  4. Download the .DEB's you need from the launchpad page <-- this can be annoying as hell;
  5. Copy/paste these downloads to USB;
  6. Install them on the other server. You need to install these in the correct order: lowest dependency 1st <-- this can be annoying as hell too.

edit: I would suggest picking up the machine and carry it to an internet connection if you want wine

Rinzwind
  • 299,756
  • Why launchpad and not the more obvious http://packages.ubuntu.com/ ? – enzotib May 16 '11 at 14:42
  • I'll edit it in :) (I had launchpad open at the time of typing :D) – Rinzwind May 16 '11 at 14:44
  • I am not allowed to connect this to internet. I have to install everything I need through controlled file transfer. I found WINE in the Launchpad which I started using before your last edit. I now have Chrome and its dependencies (for browser-based non-internet apps). Also have WINE, getting its dependencies now. – 700 Software May 16 '11 at 14:59
  • 1
    i think if you use dpkg -i with all the packages in one line it will install them in correct order. – Cas May 16 '11 at 15:14
0

APT saves downloaded packages to the filesystem here:

/var/cache/apt/archives/

You may be able to save some time/bandwidth over downloading.

Eliah Kagan
  • 117,780
0

There are a number of options including a gui see the Ubuntu Documentation. The easiest option would probably be the Synaptic Download Script. Most of these options including Synaptic Download Script allow different operating systems to be used (Windows OSX and Linux).