• 欢迎访问好鸭,WordPress信息,WordPress教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏好鸭吧

CentOS和Debian/Ubuntu查询一个命令出自哪个软件包

Linux haoduck 4周前 (03-11) 16次浏览 0个评论

有些系统模板不自带ifconfig,我们想用的时候直接就ifconfig not found

yum/apt install ifconfig肯定是不行的,因为这不是一个单独的软件包。

这时候,往下看吧。

CentOS

yum whatprovides+命令
如:
yum whatprovides ifconfig
yum whatprovides nslookup

Debian/Ubuntu

apt install -y apt-file && apt-file update && apt-file search bin/+命令
如:
apt install -y apt-file && apt-file update && apt-file search bin/ifconfig
apt install -y apt-file && apt-file update && apt-file search bin/nslookup


好鸭 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:CentOS和Debian/Ubuntu查询一个命令出自哪个软件包
喜欢 (1)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址