- Log in to post comments
# install required applications apt-get -y install build-essential # download and extract #wget http://www.ezix.org/software/files/lshw-B.02.17.tar.gz -P /tmp #tar xzf /tmp/lshw-B.02.17.tar.gz -C /tmp/ git clone https://github.com/lyonel/lshw.git /tmp/lshw # compile cd /tmp/lshw make # install (optional) make install # test lshw -version
# executable /tmp/lshw-*/src/lshw
Links
https://github.com/lyonel/lshw
https://packages.ubuntu.com/focal/lshw
http://www.ezix.org/project/wiki/HardwareLiSter