on
01-03-2013
07:30 PM
- edited on
02-10-2023
07:54 PM
by
sophie
Lansweeper uses the dmidecode command-line utility to scan BIOS information on Linux computers. If dmidecode is not installed on your Linux distribution by default, a dmidecode scanning error can occur.
To resolve the Linux scanning error:
dpkg -s dmidecode
rpm -q dmidecode
equery list dmidecode
apt-get install dmidecode
sudo yum install dmidecode
sudo urpmi dmidecode
sudo equo install dmidecode
Your dmidecode error should now be resolved.