lspci

List all PCI devices. More information: <https://manned.org/lspci>.

Debian Debian
RUN apt-get update && \ apt-get install -y pciutils
Ubuntu
RUN apt-get update && \ apt-get install -y pciutils
Alpine
RUN apk add pciutils
Arch Arch Linux
RUN pacman -S --noconfirm pciutils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y pciutils
CentOS
RUN yum install -y pciutils
Fedora
RUN dnf install -y pciutils
Raspbian
RUN apt-get update && \ apt-get install -y pciutils
click the source code to copy install lspci on any operating system with command-not-found.com