bash: lspci: command not found

On Ubuntu server, when I run lspci command, i get the error

root@first-vm:~# lspci
-bash: lspci: command not found
root@first-vm:~# 

To fix this error, install package pciutils

apt install -y pciutils

See lspci

Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *