(详细)解决Win10 Ubuntu18.04虚拟机下ifconfig无法安装install net tools不能用
问题描述: Win10 Ubuntu18.04 环境下ifconfig服务没有安装,出现类似 Commend ‘xxxxxx’ not found,but can be installed with...... 错误 ~$ ifconfig 一些解决方法(我通过方法四问题得以解决) 方法一: ~$ sudo apt install net-tools 方法二: ~$ sudo apt install net-tools -y 有人用这个方法成功了但是我依然不可 方法三: ~$ sudo /sbin/dhclient 网上有说先使用这个命令再使用ifconfig,我的如下图: 方法四: 1.使
下载地址
用户评论