Linux Tutorials

Installing Vmware on Fedora

There really is only two small commands that you need to run to get VMware player working on Fedora;

You will need to install gcc in order to get VMWare tools working;

sudo dnf -y install gcc

32bit

]# chmod +x VMware-Player-6.0.1-1379776.i386.bundle
]# ./VMware-Player-6.0.1-1379776.i386.bundle

64bit

]# chmod +x VMware-Player-6.0.1-1379776.x86_64.bundle
]# ./VMware-Player-6.0.1-1379776.x86_64.bundle

VMware-Player-6.0.1-1379776.i386.bundle needs to be replaced with the name of the version that you are trying to install.