Op dinsdag 12 december 2006 19:47, schreef David Mayr: > > Is there a good interface for searching through the various repositories > > when looking for packages? All these separate directories make it harder > > to find stuff > > Not yet, but we're working hard on it. Please stay tuned. > We know that this is an important "must have" ...
I use: rsync -a rsync://ftp-1.gwdg.de/pub/opensuse/repositories/ --include=rpm --exclude=html | tr -s " " | cut -d" " -f5- | grep rpm | sort Which is redirected to a file. This file can be grepped. Works quite well for. The only problem is to have them categorized per suse version, this is not easy with all the free format names. -- Richard Bos Without a home the journey is endless --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
