Gentoo Archives: gentoo-accessibility

From: Spider <spider@g.o>
To: gentoo-accessibility@l.g.o
Subject: Re: [gentoo-accessibility] Package installation
Date: Wed, 12 May 2004 19:55:17
Message-Id: 20040512215406.160d27d9.spider@gentoo.org
In Reply to: [gentoo-accessibility] Package installation by "David Renström"
1 begin quote
2 On Wed, 12 May 2004 21:12:37 +0200
3 David Renström <david.renstrom@×××××××××××××××××××××.com> wrote:
4
5 > Hi again!
6 >
7 > I've got another question: How do you install a package whose name
8 > contains dashes (-), e.g. realplayer8-r7? Or links-2 for that matter.
9 > I always get an error saying something about a key and that I should
10 > probably add an equal sign. I guess I'm missing something fundamental
11 > here, so please tell me how to get around this. It's very annoying!
12 > :-) And speaking of annoying, I'm sorry for asking about alot of stuff
13 > that strictly doesn't have anything to do with accessibility, but the
14 > list doesn't seem to be overloaded for the moment anyway.
15
16
17
18 Okay, I'll try to help here.
19
20 if you want to install an -exact- version of something, you need to tell
21 portage that by using the format :
22
23 emerge =name-version
24
25 here are some examples:
26 emerge -p xchat
27 [ebuild R ] net-irc/xchat-2.0.8-r1
28
29
30 emerge -p "<xchat-2"
31 [ebuild N ] gnome-base/gnome-panel-1.4.2-r2
32 [ebuild N ] net-irc/xchat-1.8.11-r1
33
34 emerge -p "=xchat-1.8.11"
35 [ebuild N ] gnome-base/gnome-panel-1.4.2-r2
36 [ebuild N ] net-irc/xchat-1.8.11
37
38
39 emerge -p "=xchat-2.0.6-r1"
40 [ebuild UD] net-irc/xchat-2.0.6-r1 [2.0.8-r1]
41
42
43
44
45
46 Do theese examples make it clearer?
47
48
49 //Spider
50
51 --
52 begin .signature
53 Tortured users / Laughing in pain
54 See Microsoft KB Article Q265230 for more information.
55 end

Replies

Subject Author
Re: [gentoo-accessibility] Package installation "David Renström" <david.renstrom@×××××××××××××××××××××.com>