上传者: 38656989 
                                    |
                                    上传时间: 2022-04-11 17:58:42
                                    |
                                    文件大小: 166KB
                                    |
                                    文件类型: PDF
                                
                            
                                
                            
                                问题描述:
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.使