View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#115
If you want to get every deb from a particular repository, something heinous like this should work:

WARNING: this will download files

Code:
wget -r --no-parent --no-directories --accept deb http://repository.maemo.org/extras/pool/fremantle/free/
WARNING: NEVER forget the URL's trailing slash

If you just want to get a list of the deb URLs, try the following:

Code:
wget -r --spider --no-parent --no-directories --accept deb http://repository.maemo.org/extras/pool/fremantle/free/ 2>&1 | sed -n 's/.*\(http:\/\/.*\.deb\)$/\1/p' > deblist.txt
__________________
N9: Go white or go home