- 다른 뜻에 대해서는 CentOS telnet 설치 문서를 참조하십시오.
- 우분투 telnet 설치
- 우분투 텔넷 클라이언트 설치
1 확인[ | ]
Console
Copy
root@zetawiki:~# telnet
-bash: telnet: command not found
2 설치[ | ]
Console
Copy
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[ | ]
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.
- 분류 댓글:
- Ubuntu (4)
우분투 sshd 설치 ― …우분투 sshd 설치 ― Jmnote우분투 절전모드 해제시 와이파이 안되는 문제 ― D4RT우분투 절전모드 해제시 와이파이 안되는 문제 ― Beyondthelimit