$ ls -lNow, using file command it was easy to determine that they are actually tar archives so. So, I created new directory and unpacked all those files there. What I've got was one file with extension bundle and several files with an extension component.
total 381768
-rw-r--r--. 1 sgros zemris 66211840 Kol 29 13:28 06dd4484-5c02-4c5d-992c-ff705703e6cb
-rw-r--r--. 1 sgros zemris 11253760 Kol 29 13:29 1cf5e724-f7d4-4f24-b484-30ebb16d593e
-rw-r--r--. 1 sgros zemris 61777920 Kol 29 13:29 2007e14d-3593-416f-b60e-08c4cd18693a
-rw-r--r--. 1 sgros zemris 232693760 Kol 29 13:31 364c998b-8b3b-4cfd-a2dc-67352a3eb082
-rw-r--r--. 1 sgros zemris 13096960 Kol 29 13:31 4b7424a6-e114-4832-be21-f0a3acf8c24b
-rw-r--r--. 1 sgros zemris 81920 Kol 29 13:31 8a8d105f-fd3d-404a-afc9-28411d6566fe
-rw-r--r--. 1 sgros zemris 5795840 Kol 29 13:31 d969898b-30bb-4c6d-bf45-5a7d52918359
# ls -lThe bundle type file is actually an installer for a new version of VMWare, so I've run it as a root user and it installed new version of VMWare. The component files, on the other hand, have to be installed using vmware-install tool, e.g. to install vmware-tools-windows-9.2.3-1031769.x86_64.component file, execute the following command as a root user:
total 390904
-rw-r--r--. 1 201 201 1161 Vel 26 2013 descriptor.xml
-rw-r--r--. 1 201 201 15207519 Vel 26 2013 vmware-tools-freebsd-9.2.3-1031769.x86_64.component
-rw-r--r--. 1 201 201 66202162 Vel 26 2013 vmware-tools-linux-9.2.3-1031769.x86_64.component
-rw-r--r--. 1 201 201 76615 Vel 26 2013 vmware-tools-netware-9.2.3-1031769.x86_64.component
-rw-r--r--. 1 201 201 13088243 Vel 26 2013 vmware-tools-solaris-9.2.3-1031769.x86_64.component
-rw-r--r--. 1 201 201 61771010 Vel 26 2013 vmware-tools-windows-9.2.3-1031769.x86_64.component
-rw-r--r--. 1 201 201 11247429 Vel 26 2013 vmware-tools-winPre2k-9.2.3-1031769.x86_64.component
-rwxr-xr-x. 1 sgros zemris 232680125 Vel 26 2013 VMware-Workstation-9.0.2-1031769.x86_64.bundle
vmware-installer --install-component=vmware-tools-windows-9.2.3-1031769.x86_64.componentThe same command has to be repeated for the other files too. But, note that those files are optional, depending what you've running. You can check which components you have installed using vmware-installer command with an option -t, i.e.
vmware-installer -t
And that was it. Of course, before being able to run VMWare I had to patch it again. But that was it.
No comments:
Post a Comment