vmware-checkvm

Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.

Install

All systems
curl cmd.cat/vmware-checkvm.sh
Debian Debian
apt-get install open-vm-tools
Ubuntu
apt-get install open-vm-tools
Alpine
apk add open-vm-tools
Arch Arch Linux
pacman -S open-vm-tools
image/svg+xml Kali Linux
apt-get install open-vm-tools
CentOS
yum install open-vm-tools
Fedora
dnf install open-vm-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install open-vm-tools
Docker
docker run cmd.cat/vmware-checkvm vmware-checkvm powered by Commando

Check if the current host is a VMware VM or not. More information: <https://manned.org/vmware-checkvm>.

  • Return the current VMware software version (exit status determines whether the system is a VM or not):
    vmware-checkvm
  • Return the VMware hardware version:
    vmware-checkvm -h

© tl;dr; authors and contributors