Software⏱️ 4 min read📅 2026-06-11

How to Fix: VMware Workstation 12 Pro - Error updating VMware Tools on Ubuntu 14.10

Error updating VMware Tools on Ubuntu 14.10 with Workstation 12 Pro

Quick Answer: Check the VMware Tools install log file for error details and try reinstalling or seeking VMware support.

The error 'There was a problem updating a software component. Try again later and if the problem persists, contact VMware support or your system administrator.' occurs when attempting to update VMware Tools on Ubuntu 14.10 in VMware Workstation 12 Pro. This issue affects users who are running individual licenses of the software and have guest operating systems installed using Ubuntu 14.10. The error message is frustrating as it does not provide any useful information about the cause or solution, leading users to seek assistance from VMware support or their system administrators.

This issue can be particularly challenging for users who require specific software compatibility on both Ubuntu 14.10 and 15.10, as seen in your situation with running two versions of Ubuntu within a single VM. Fortunately, by following the steps outlined below, users should be able to resolve this error and successfully update their VMware Tools.

🔍 Why This Happens

  • The primary reason for this error is a compatibility issue between VMware Workstation 12 Pro and the specific version of Ubuntu Tools installed on the guest operating system. The error may occur due to differences in package naming conventions or dependencies between the two versions of Ubuntu Tools.
  • An alternative cause could be a corrupted or incomplete installation of VMware Tools, which may prevent it from updating correctly. In such cases, reinstalling VMware Tools from scratch might resolve the issue.

🚀 How to Resolve This Issue

Update VMware Tools to a compatible version

  1. Step 1: Open the VMware Workstation console and navigate to the 'Edit Virtual Machine Settings' option for the affected VM. In the 'Options' tab, click on the 'Add new parameter' button and enter the following command: `vmware-tools-distrib=10.0.1.357` This will update the VMware Tools version to a compatible one with Ubuntu 15.10.
  2. Step 2: Click 'OK' to save the changes and restart the VM. Once the VM is restarted, open a terminal window and run the command `sudo apt-get update && sudo apt-get install -y vmware-tools` to ensure that all dependencies are installed correctly.
  3. Step 3: After completing these steps, try updating VMware Tools again by running the command `vmware-tools-distrib=9.6.2.31837` in the terminal window.

Reinstall VMware Tools from scratch

  1. Step 1: Open a terminal window and run the command `sudo apt-get purge vmware-tools` to completely remove the existing version of VMware Tools.
  2. Step 2: Then, run the command `wget http://download.vmware.com/software/vmware-tools/10.0.1/vmware-tools-distrib.tgz` to download the latest version of VMware Tools from the official VMware website.
  3. Step 3: After downloading the package, extract it using the command `tar -xvf vmware-tools-distrib.tgz` and then run the command `sudo ./vmware-tools-distrib.sh` to install the updated version of VMware Tools.

💡 Conclusion

By following either of these methods, users should be able to resolve the error and successfully update their VMware Tools. If you encounter any further issues or have additional questions, please feel free to ask for assistance.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions