Hi, I need to retrieve all packages from a given repository (for a network installation).
I've tried with: % apt-get -d install '(.*)' but it doesn't work because of the broken packages. So my questions are: Is there any way to make apt-get ignore the broken packages and continue retrieving all the other pkgs in the repository? Is there a better way to get all the packages from a repository? Thanks a lot in advance for your help. Regards, - Eduardo