本帖最后由 xypmyp 于 2018-6-20 22:41 编辑
What linux distribution you are using? You likely need to install the linux kernel headers and / or other development kernel items.
For fedora etc:
$ sudo yum install kernel-header kernel-devel
For debian base etc:
update your package manager.
- $ apt-get update
- $ apt-get upgrade -y
- $ apt-get dist-upgrade -y
复制代码
Install all the dependencies by running the following command:
- $ apt-get install linux-headers-$(uname -r) -y
复制代码
* also look at the log book in "/var/log/VBoxGuestAddutuibs.log" to see what error you actually encounter with.
* If you still stuck with this problem, you can try VMware instead.
https://www.vmware.com/au/products/workstation-player.html
full document support:
https://www.blackmoreops.com/201 ... ackages-kali-linux/