View Single Post

   
  #3 (permalink)  
Old 02-21-2008, 12:19 PM
Arthur Hagen
 
Posts: n/a
Default Re: amarok executable

J.O. Aho <user@example.net> wrote:
> dave aube wrote:
>> I just reinstalled Gentoo from scratch. Installed amarok-1.4.7-r2.
>> Can't seem to locate an executable file to start amarok. Anybody
>> else have this problem, or know of a solution?

>
> emerge app-portage/gentoolkit
> equery files amarok


Or, /much/ faster:

emerge -n portage-utils
qlist amarok

The difference between "equery files" and "qlist" is rather astonishing:

# time equery files portage >/dev/null

real 0m13.595s
user 0m1.056s
sys 0m0.124s

# time qlist portage >/dev/null

real 0m0.178s
user 0m0.028s
sys 0m0.004s

Repeat searches are faster than the first search (if you have enough memory
on the system for some disk caching):

# time equery files portage >/dev/null

real 0m1.313s
user 0m1.092s
sys 0m0.056s

# time qlist portage >/dev/null

real 0m0.032s
user 0m0.028s
sys 0m0.004s

However, when you need to do a list, it almost certainly won't be a repeat.
And qlist is still /much/ faster.

Regards,
--
*Art

Reply With Quote