public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] telnet program
@ 2008-10-29  0:40 kcc
  2008-10-29  0:54 ` Neil Bothwick
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: kcc @ 2008-10-29  0:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Hi all

I want to install telnet client but couldn't find the emerge search

how can I get it

Thank you

[-- Attachment #2: Type: text/html, Size: 204 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29  0:40 [gentoo-user] telnet program kcc
@ 2008-10-29  0:54 ` Neil Bothwick
  2008-10-29 10:33   ` Florian Philipp
  2008-10-29  1:41 ` Andrey Vul
  2008-10-29 14:19 ` Paul Hartman
  2 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2008-10-29  0:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

On Tue, 28 Oct 2008 20:40:17 -0400, kcc wrote:

> I want to install telnet client but couldn't find the emerge search

net-misc/netkit-telnetd contains client and server.


-- 
Neil Bothwick

If a stealth bomber crashes in a forest, will it make a sound?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29  0:40 [gentoo-user] telnet program kcc
  2008-10-29  0:54 ` Neil Bothwick
@ 2008-10-29  1:41 ` Andrey Vul
  2008-10-29 14:19 ` Paul Hartman
  2 siblings, 0 replies; 7+ messages in thread
From: Andrey Vul @ 2008-10-29  1:41 UTC (permalink / raw
  To: gentoo-user

On Tue, Oct 28, 2008 at 8:40 PM, kcc <peterkcc2001@gmail.com> wrote:
> Hi all
>
> I want to install telnet client but couldn't find the emerge search
>
emerge search is useless.
Emerge eix, run update-eix, and do eix telnet


-- 
Andrey Vul

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29  0:54 ` Neil Bothwick
@ 2008-10-29 10:33   ` Florian Philipp
  2008-10-29 11:06     ` Neil Bothwick
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Philipp @ 2008-10-29 10:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

Neil Bothwick schrieb:
> On Tue, 28 Oct 2008 20:40:17 -0400, kcc wrote:
> 
>> I want to install telnet client but couldn't find the emerge search
> 
> net-misc/netkit-telnetd contains client and server.
> 
> 

If you just need a client, you can also use the one in busybox:

`busybox telnet`

It should be preinstalled (belongs to system, not world).


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29 10:33   ` Florian Philipp
@ 2008-10-29 11:06     ` Neil Bothwick
  2008-10-29 12:15       ` Florian Philipp
  0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2008-10-29 11:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

On Wed, 29 Oct 2008 11:33:56 +0100, Florian Philipp wrote:

> If you just need a client, you can also use the one in busybox:
> 
> `busybox telnet`

Or do "sudo ln -s busybox /bin/telnet" and you can call it as telnet.


-- 
Neil Bothwick

Top Oxymorons Number 36: Alone together

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29 11:06     ` Neil Bothwick
@ 2008-10-29 12:15       ` Florian Philipp
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Philipp @ 2008-10-29 12:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

Neil Bothwick schrieb:
> On Wed, 29 Oct 2008 11:33:56 +0100, Florian Philipp wrote:
> 
>> If you just need a client, you can also use the one in busybox:
>>
>> `busybox telnet`
> 
> Or do "sudo ln -s busybox /bin/telnet" and you can call it as telnet.
> 
> 

In that case, I would link it to /usr/local/bin/telnet. Otherwise you
might (?) overwrite your busybox when you ever try to emerge another
telnet client who provides /bin/telnet.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] telnet program
  2008-10-29  0:40 [gentoo-user] telnet program kcc
  2008-10-29  0:54 ` Neil Bothwick
  2008-10-29  1:41 ` Andrey Vul
@ 2008-10-29 14:19 ` Paul Hartman
  2 siblings, 0 replies; 7+ messages in thread
From: Paul Hartman @ 2008-10-29 14:19 UTC (permalink / raw
  To: gentoo-user

On Tue, Oct 28, 2008 at 7:40 PM, kcc <peterkcc2001@gmail.com> wrote:
> Hi all
>
> I want to install telnet client but couldn't find the emerge search
>
> how can I get it
>
> Thank you

net-misc/telnet-bsd

Paul



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-10-29 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29  0:40 [gentoo-user] telnet program kcc
2008-10-29  0:54 ` Neil Bothwick
2008-10-29 10:33   ` Florian Philipp
2008-10-29 11:06     ` Neil Bothwick
2008-10-29 12:15       ` Florian Philipp
2008-10-29  1:41 ` Andrey Vul
2008-10-29 14:19 ` Paul Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox