我在配置网卡时输入ifconfig查询网卡,它会提示“ifconfig notfound” apt install net-tools,但是输入apt-get install总是提示相同错误,比如:E: Package 'make' has no installation candidate
解决办法:
1、检查软件安装源
找到搜索,输入u提示出现updates,找到Download from,鼠标选择其他
选择来源:china--》aliyun的服务器
直接选择close
2、更新软件源
sudo apt-get update
或sudo apt-get upgrade 更新已安装的包
3、安装xx软件
sudo apt-get install xx