欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

command ‘ifconfig‘ not found, but can be installed with

程序员文章站 2022-05-01 21:51:07
...

command 'ifconfig' not found, but can be installed with: sudo apt install net-tools

出错详情

我这个错误出现在Ubuntu 18 版本
command ‘ifconfig‘ not found, but can be installed with

操作

按提示,执行如下命令:

// command
sudo apt install net-tools

成功则已,但有时会出错,如下:
command ‘ifconfig‘ not found, but can be installed with
以上说明apt被某个进程锁住了,找到进程,kill 就完了,如下:
command ‘ifconfig‘ not found, but can be installed with
接着执行如下命令:command ‘ifconfig‘ not found, but can be installed with
再升级下apt,如下:
command ‘ifconfig‘ not found, but can be installed with
现在执行sudo apt install net-tools命令就可以了!
command ‘ifconfig‘ not found, but can be installed with
最后,ifconfig命令可以正常使用了!