Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: FIXED 3D
Date: Thu, 08 Oct 2009 15:55:25
Message-Id: hal1vf$ruf$2@ger.gmane.org
In Reply to: [gentoo-user] Re: FIXED 3D by James
1 On 10/08/2009 06:28 PM, James wrote:
2 > One final question. When I run this command:
3 > emerge -1 $(qlist -I x11-drivers)
4 >
5 > I get this error:
6 > 'x11-drivers/ati-drivers' is not a valid package atom
7 > Please check ebuild(5) for full details.
8
9 Try: emerge -1 $(qlist -I x11-drivers)
10
11 And it's usually quicker to type with backticks instead of $():
12
13 emerge -1 `qlist -IC x11-drivers`
14
15 Note: not single-quotes ('), but backticks (`). It's usually the key
16 above TAB and to the left of 1.

Replies

Subject Author
Re: [gentoo-user] Re: FIXED 3D Neil Bothwick <neil@××××××××××.uk>