zl程序教程

您现在的位置是:首页 >  系统

当前栏目

centos7 command not found_centos7 failed to start LSB

centos7Failed not to found start Command LSB
2023-06-13 09:13:37 时间

大家好,又见面了,我是你们的朋友全栈君。

在进行CentOS最小化安装后,会发现lspci命令不好使。其实是因为相应的软件包没有安装。在终端中执行下列命令:

$ yum whatprovides */lspci

将会得到如下的显示内容

pciutils-3.1.4-9.el6.x86_64 : PCI bus related utilities
Repo        : base
Matched from:
Filename    : /sbin/lspci

在终端中输入

$ yum install pciutils

安装后,即可正常使用lspci了。 参考: [1] https://blog.csdn.net/jellylv/article/details/9218535

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/195504.html原文链接:https://javaforall.cn