EDIT: It looks like it didn't actually work. when I initially succeeded in installing vmware, it opened up fine and looked ready to go (but I didn't try to make a VM because I didn't have the disk image I needed at that point.) However, now when I try to open it, it tries to update some modules and nothing happens. Presumably this is what you were talking about in that post.
So I tried to use the workaround you suggested. The first step worked fine, but when I got to installing the vmware-tools, this is what happened:
I tried it first without the sudo, and it said permission denied which is why I tried sudo. I just copied and pasted the code you provided in the thread and replaced the filepath. I assume that should work.
So I tried to use the workaround you suggested. The first step worked fine, but when I got to installing the vmware-tools, this is what happened:
Code:
dorothea@kubuntu-VirtualBox:~$ sudo /home/dorothea/Downloads/vmware-tools-linux-9.6.0-1295980.i386.component.tar -xvf vmware-tools*tar --wildcards *.component --to-stdout >tools sudo vmware-installer --console --install-component=tool sudo: /home/dorothea/Downloads/vmware-tools-linux-9.6.0-1295980.i386.component.tar: command not found
Comment