Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No update-eix-remote
Date: Wed, 13 Dec 2006 15:05:55
Message-Id: 200612131657.55182.alan@linuxholdings.co.za
In Reply to: [gentoo-user] No update-eix-remote by Douglas Linford
1 On Wednesday 13 December 2006 16:32, Douglas Linford wrote:
2 > Good Day,
3 >
4 > I have added the eix functionallity to my system by doing the
5 > following:
6 >
7 > 1. iDeq ~# echo app-portage/eix >> /etc/portage/package.keywords
8 > 2. iDeq ~# emerge eix
9 > 3. iDeq ~# update-eix
10 > 4. iDeq ~# update-eix-remote update
11 >
12 > When I run the last command, it returns: bash: update-eix-remote:
13 > command not found
14
15 Try running
16
17 /usr/bin/update-eix-remote update
18
19 if bash still doesn't find it, then the emerge was not successful
20 (unlikely)
21
22 If bash does find the file with the full path, then you need to
23 run 'hash' to update bash's list of programs in the $PATH. Or just log
24 out and back in again
25
26 > And when I do: slocate update-eix-remote, nothing is found.
27
28 updatedb has not been run yet and thus does not yet know that the file
29 exists. Enable it in cron, or run it manually, or wait 24 hours :-)
30
31
32 alan
33
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] No update-eix-remote Douglas Linford <drkrider@×××××.com>