I’m trying to install VMWare WorkStation on SilverBlue (Fedora 34) and it’s not working. I’ve moved it from downloads to the Home directory and here are the commands I’ve ran so far:
[liamb-perspvt@liampersonal home]$ ls
bobbyb-fmv liamb-perspvt liamdev VMware-Player-16.1.2-17966106.x86_64.bundle
[liamb-perspvt@liampersonal home]$ chmod +X VMware-Player-16.1.2-17966106.86_64.bundle
chmod: cannot access 'VMware-Player-16.1.2-17966106.86_64.bundle': No such file or directory
[liamb-perspvt@liampersonal home]$ chmod +X VMware-Player-16.1.2-17966106.x86_64.bundle
[liamb-perspvt@liampersonal home]$ ./VMware-Player-16.1.2-17966106.x86_64.bundle
Extracting VMware Installer...done.
root access is required for the operations you have chosen.
[liamb-perspvt@liampersonal home]$ sudo ./VMware-Player-16.1.2-17966106.x86_64.bundle
[sudo] password for liamb-perspvt:
Extracting VMware Installer...done.
Rolling back VMware Installer 3.0.0
Deconfiguring...
[# ] 1%
[######################################################################] 100%
Installation was unsuccessful.
[liamb-perspvt@liampersonal home]$
I’ve also tried running:
$ bash VMware-Player-16.1.2-17966106.x86_64.bundle --ignore-errors
Didn’t work
Lastly, per this post Solved: Re: VMware Workstation installer fails on Fedora 3... - VMware Technology Network VMTN - I’ve tried:
$ bash vmware-installer-wrapper.sh VMware-Player-16.1.2-17966106.x86_64.bundle
Didn’t work
Here's the run/usr/1000/doc/XXXX.log
"2021-09-17T05:00:28.468-04:00| host-15029| I005: Log for VMware Workstation pid=15029 version=16.1.2 build=build-17966106 option=Release
2021-09-17T05:00:28.468-04:00| host-15029| I005: The host is 64-bit.
2021-09-17T05:00:28.468-04:00| host-15029| I005: Host codepage=UTF-8 encoding=UTF-8
2021-09-17T05:00:28.468-04:00| host-15029| I005: Host is Linux 5.13.15-200.fc34.x86_64 Fedora 34.20210915.0 (Silverblue) Fedora 34
2021-09-17T05:00:28.468-04:00| host-15029| I005: DictionaryLoad: Cannot open file "/etc/vmware/config": No such file or directory.
2021-09-17T05:00:28.468-04:00| host-15029| I005: [msg.dictionary.load.openFailed] Cannot open file "/etc/vmware/config": No such file or directory.
2021-09-17T05:00:28.468-04:00| host-15029| I005: PREF Optional preferences file not found at /etc/vmware/config. Using default values.
2021-09-17T05:00:28.468-04:00| host-15029| I005: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory."
no idea what’s going on and trying all of this si where more technical than I actually am. i prefer a GUI very much so and GUI instructios would be greatly appreciated.
I understand Gnome Boxes is great but can’t get it easily provisioned on other Operating systems which is where these will eventually need to move and I’m unfamiliar with Virtual Machine Manager - the other popular Linux VM provisioner - so I’d like to just stick with VM Ware for now. Plus i’ll be testing other stuff with them. Can anyone help? Thanks.