lshw

List detailed information about hardware configurations as root user. More information: <https://manned.org/lshw>.

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