우분투 telnet 설치

Jmnote (토론 | 기여)님의 2017년 11월 21일 (화) 10:56 판 (→‎확인 2)
우분투 telnet 설치

1 확인

root@zetawiki:~# telnet
-bash: telnet: command not found

2 설치

root@zetawiki:~# apt install telnet
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  telnet
0 upgraded, 1 newly installed, 0 to remove and 136 not upgraded.
Need to get 63.5 kB of archives.
After this operation, 182 kB of additional disk space will be used.
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 telnet amd64 0.17-40 [63.5 kB]
Fetched 63.5 kB in 0s (171 kB/s)
Selecting previously unselected package telnet.
(Reading database ... 195359 files and directories currently installed.)
Preparing to unpack .../telnet_0.17-40_amd64.deb ...
Unpacking telnet (0.17-40) ............................................................] 
Processing triggers for man-db (2.7.5-1) ...#########..................................] 
Setting up telnet (0.17-40) ...
update-alternatives: using /usr/bin/telnet.netkit to provide /usr/bin/telnet (telnet) in auto mode

3 확인 2

root@zetawiki:~# telnet
telnet> quit
root@zetawiki:~# which telnet
/usr/bin/telnet
root@zetawiki:~# dpkg -l | grep telnet
ii  telnet                                0.17-40                                    amd64        basic telnet client

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}