To remove the inventory file on a Linux machine using VMware Workstation:
- Run this command:
cd ./vmware (complete path is /home/username/.vmware)
- Check if there is inventory.vmls file by running the Is command.
- Copy the inventory.vmls to Desktop by running this command:
cp inventory.vmls /home/username/Desktop/
- Delete the inventory file by running this command:
rm -rf inventory.vmls
- Confirm that the file is deleted by running the Is command.
- Launch VMware Player and add the virtual machine to library and power on the virtual machine.