offapt: Download packages for offline Ubuntu/Debian systems

Status
Not open for further replies.

ChaiTan3

GTK+ programmer
We all know how difficult it is to install software on offline Ubuntu/Debian computers. It can be done using aptoncd, but it also requires that the online computer have Ubuntu/Debian. There are cases where the only way to download software is through Windows. When I started using linux this was the case and had to hunt down each dependency manually.

So I created offapt, it implements certain features of apt like downloading and parsing index files, resolving dependencies and a downloader for Windows and other systems.

The basic idea is to fetch info about the offline Ubuntu/Debian computer, copy it to the online machine and then download packages using offapt.

This is my first software release so it may be buggy.

Usage:
*code.google.com/p/offapt/wiki/offaptUsage

Download offapt for Windows:
*offapt.googlecode.com/files/offapt-0.1.1.zip

Source code:
*offapt.googlecode.com/files/offapt-0.1.1-src.zip

Project Hompage:
*code.google.com/p/offapt/
 
Last edited:

bbalegere

Broken In
Please this post
*agnipulse.com/2009/02/carry-latest-ubuntu-updates-apps-pendrive/

It might help you.
 
OP
ChaiTan3

ChaiTan3

GTK+ programmer
Please this post
*agnipulse.com/2009/02/carry-latest-ubuntu-updates-apps-pendrive/

It might help you.
That's helpful only if the online computer has ubuntu on it, if it has only windows then you cant use the method you've mentioned.
 
Status
Not open for further replies.
Top