Fix kali linux vmware kernal not found error
Commands
- $sudo apt-get install linux-headers-$(uname -r)$sudo vmware-config-tools.plDo this to:-$sudo apt install build-essential linux-headers-$(uname -r)$sudo vmware-modconfig --console --install-all$sudo systemctl restart vmware
Comments
Post a Comment