Installing VMWare in Ubuntu 24 in 10 steps

 Follow the below steps to get an instance of VMWare running in Ubuntu 24.

1>

# sudo apt install -y build-essential p7zip-full

2> 

# wget https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/core/VMware-Workstation-17.5.2-23775571.x86_64.bundle.tar

3> 
# 7z x VMware-Workstation-17.5.2-23775571.x86_64.bundle.tar

4> 
# sudo chmod +x VMware-Workstation-17.5.2-23775571.x86_64.bundle

5> 
# sudo ./VMware-Workstation-17.5.2-23775571.x86_64.bundle 

6>
# wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-17.5.1.tar.gz

7>
# tar -xzf workstation-17.5.1.tar.gz && cd vmware-host-modules-workstation-17.5.1

8>
# tar -cf vmmon.tar vmmon-only && tar -cf vmnet.tar vmnet-only

9>
# sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/

10>
# sudo vmware-modconfig --console --install-all

Happy Virtualization on VMWare @ 2024 :) .

Comments

Popular posts from this blog

VLAN External Network in Openshift using NMState Operators and Multus

Migrating from OpenshiftSDN to OVNKubernetes CNI

Updating Z-stream of version in Openshift Container Platform