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 the package pciutils
apt install -y pciutils
See lspci
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 the package pciutils
apt install -y pciutils
See lspci
Leave a Reply