想查看IP地址,在终端输入命令:`ifconfig`,没有用,
提示:`Command 'ifconfig' not found, but can be installed with:
需要安装一个软件:`net-tools`,输入以下命令:
sudo apt-get update
sudo apt-get install net-tools
安装完成以后就可以使用`ifconfig`这个命令了
想查看IP地址,在终端输入命令:`ifconfig`,没有用,
提示:`Command 'ifconfig' not found, but can be installed with:
需要安装一个软件:`net-tools`,输入以下命令:
sudo apt-get update
sudo apt-get install net-tools
安装完成以后就可以使用`ifconfig`这个命令了