bash: lspci: command not found解决方法

Posted omgasw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bash: lspci: command not found解决方法相关的知识,希望对你有一定的参考价值。

在CentOS虚拟机使得lspci查看硬件信息。使用时,提示bash: lspci: command not found,大多使用/sbin/lspci即可,我发现我的系统中/sbin下也没有。使用yum install 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

[[email protected] ~]# lspci

00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01)

00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01)

00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08)

00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)

00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)

 

yum whatprovides 反查命令在哪个安装包中

yum whatprovides */命令名

比如查找pvcreate是哪个安装包提供的:

yum whatprovides */pvcreate

 

以上是关于bash: lspci: command not found解决方法的主要内容,如果未能解决你的问题,请参考以下文章

一次bash: docker: command not found bash: yum: command not found的解决

解决-bash: mysql: command not found和-bash: mysqldump: command not found报错问题

-bash: crontab: command not found

/bin/bash: [xxxx]: command not found

-bash:ssh:command not found

windows git bash bash: xxx: command not found