On 10/08/2009 06:28 PM, James wrote:
One final question. When I run this command:
emerge -1 $(qlist -I x11-drivers)

I get this error:
'x11-drivers/ati-drivers' is not a valid package atom
Please check ebuild(5) for full details.

Try: emerge -1 $(qlist -I x11-drivers)

And it's usually quicker to type with backticks instead of $():

  emerge -1 `qlist -IC x11-drivers`

Note: not single-quotes ('), but backticks (`). It's usually the key above TAB and to the left of 1.


Reply via email to