Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Cc: Alan Mackenzie <acm@×××.de>
Subject: Re: [gentoo-user] Why can't I emerge telnet?
Date: Thu, 07 Apr 2011 20:12:10
Message-Id: BANLkTincBumHcex4=oCiJ+ug1zD7b8HoCQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Why can't I emerge telnet? by Alan Mackenzie
1 On Thu, Apr 7, 2011 at 1:13 PM, Alan Mackenzie <acm@×××.de> wrote:
2 > Hi, Jeremy.
3 >
4 > On Thu, Apr 07, 2011 at 11:05:41AM -0500, Jeremy McSpadden wrote:
5 >> [I] net-misc/netkit-telnetd
6 >>      Available versions:  0.17-r6 0.17-r8 ~0.17-r9 ~0.17-r10
7 >>      Installed versions:  0.17-r8(04:51:44 11/19/09)
8 >>      Homepage:            ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
9 >>      Description:         Standard Linux telnet client and server
10 >
11 > Thanks, I've installed this and it seems to work.
12 >
13 >> learn to search portage. either "eix" or "emerge -s"
14 >
15 > That I'll have to do.  I'm not fully comfortable with emerge yet.
16 >
17 >> Jeremy
18 >
19 > --
20 > Alan Mackenzie (Nuremberg, Germany).
21
22 OK, then teaching a man to fish, you'd try
23
24
25 mark@c2stable ~ $ eix -c telnet
26 [N] dev-java/telnetd (2.0): A telnet daemon for use in java applications
27 [N] dev-perl/Net-Telnet (3.03-r1): A Telnet Perl Module
28 [N] dev-perl/Net-Telnet-Cisco (1.10): Automate telnet sessions w/
29 routers&switches
30 [N] net-misc/netkit-telnetd (0.17-r6): Standard Linux telnet client and server
31 [I] net-misc/telnet-bsd (1.2-r1@01/21/11): Telnet and telnetd ported
32 from OpenBSD with IPv6 support
33 [N] net-misc/utelnetd (~0.1.9-r1): A small Telnet daemon, derived from
34 the Axis tools
35 [N] sec-policy/selinux-telnet (--): SELinux policy for general applications
36 Found 7 matches.
37 mark@c2stable ~ $
38
39 mark@c2stable ~ $ equery files telnet-bsd | grep bin
40 /usr/bin
41 /usr/bin/telnet
42 /usr/sbin
43 /usr/sbin/in.telnetd
44 mark@c2stable ~ $
45
46 and you have an answer.
47
48 In this case telnet, the binary executable, can be provided by
49 multiple packages, but this gets you much closer than you were.
50
51 Good luck, learn the distro and ask questions.
52
53 Cheers,
54 Mark

Replies

Subject Author
Re: [gentoo-user] Why can't I emerge telnet? Peter Humphrey <peter@××××××××××××××.org>