public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Is this a bug in equery
@ 2005-11-24  2:02 Harry Putnam
  2005-11-24  1:11 ` Arturo 'Buanzo' Busleiman
  2005-11-24  4:09 ` [gentoo-user] " Paul Varner
  0 siblings, 2 replies; 13+ messages in thread
From: Harry Putnam @ 2005-11-24  2:02 UTC (permalink / raw
  To: gentoo-user

I'm trying to learn equery since qpkg is being laid to rest.  However
I'm finding the hints that appear when you syntax is wrong very
confusing.

Her is an example:

  equery files --type vim

Gives  the expected results 

but if you add a version number things get very confusing


   equery files --type vim-6.3

 equery files --type vim-6.3
[ Searching for packages matching vim-6.3... ]
!!! Invalid syntax: missing operator
!!! If you want only specific versions please use one of
!!! the following operators as prefix for the package name:
!!!    >  >=  =  <=  <
!!! Example to only match gcc versions greater or equal 3.2:
!!!    >=sys-devel/gcc-3.2


OK following the example give doesn't work:

  equery files --type >=app-editors/vim-6.3
 -bash: =app-editors/vim-6.3: No such file or directory

OR

  equery files  >=app-editors/vim-6.3
 -bash: =app-editors/vim-6.3: No such file or directory

That was following EXACTLY the given directions.

It appears one needs to quote that kind of query like:
  equery files  ">=app-editors/vim-6.3"

So that is what the directions need to say.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-11-25  1:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-24  2:02 [gentoo-user] Is this a bug in equery Harry Putnam
2005-11-24  1:11 ` Arturo 'Buanzo' Busleiman
2005-11-24  2:45   ` Nick Rout
2005-11-24  5:04     ` [gentoo-user] " Harry Putnam
2005-11-24  4:09 ` [gentoo-user] " Paul Varner
2005-11-24  5:34   ` [gentoo-user] " Harry Putnam
2005-11-24  5:07     ` Paul Varner
2005-11-24  7:01       ` Mariusz Pękala
2005-11-24 16:08         ` Paul Varner
2005-11-24 18:04           ` Harry Putnam
2005-11-24 19:05             ` Willie Wong
2005-11-25  2:01               ` Harry Putnam
2005-11-24  6:00     ` Harry Putnam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox