On Sat, Sep 29, 2007 at 10:03:38PM +0300, Alexandros K-K wrote:
> on the same topic (more or less) i cant figure out how i can search for
> keyword a && keyword b
> currently pacman only searches for keywoard a || keyword b
> 

If you don't know the order, you could maybe try something like :
pacman -Ss "keyword a.*keyword b|keyword b.*keyword a"

If this is a stupid regexp, please let me know :)

> for example pacman -Ss window manager lists all packages that mention either
> window or manager
> is there a way to search for packages that mention both words?
> 

Well, in this particular case, as already answered, you just need : "window 
manager".

_______________________________________________
arch mailing list
arch@archlinux.org
http://archlinux.org/mailman/listinfo/arch

Reply via email to