On Thu, Mar 06, 2008 at 02:50:28PM +0100, Pedro Macanas wrote:
> I suggest a program to create a file with the installed packages (in the
> Linux box).
You mean something as the following?
$ dpkg -l
Yes, $ dpkg -l > packagelist.txt
But later I would like to upload this file to a website to download dependencies of broken packages and other dependencies. So, I could use non-Debian box (i.e. a computer at the workplace) to download packages that I can later install in my unconnected Debian box.
Thanks in advance.
Pedro.