Table of Contents
问题
在Ubuntu中使用ifconfig命令查看ip地址信息的时候提示
Command 'ifconfig' not found, but can be installed With:sudo apt install net-tools

解决方法
直接按照提示输入sudo apt install net-tools 命令进行 ifconfig命令工具安装即可

此时再输入 ifconfig 命令就可以正常获取ip地址信息了

Table of Contents
在Ubuntu中使用ifconfig命令查看ip地址信息的时候提示
Command 'ifconfig' not found, but can be installed With:sudo apt install net-tools

直接按照提示输入sudo apt install net-tools 命令进行 ifconfig命令工具安装即可

此时再输入 ifconfig 命令就可以正常获取ip地址信息了

文章评论