linux 安装telnet、curl、ifconfig、vim、ping等工具

1、首先执行下面命令更新相关源

apt-get update

2、安装telnet

apt-get install  telnet

3、安装curl

apt-get install  curl

4、安装ifconfig

apt-get install  net-tools

5、安装vim

apt-get install vim

 6、安装ping

apt-get install inetutils-ping
原文地址:https://www.cnblogs.com/layezi/p/11061822.html