Installing/Reinstalling VirtualBox Guest Additions on Kali

It seems like every update vbox guest additions breaks or gets partially autoremoved. If you cant copy paste back and forth and you are geting drag and drop operation failed or other errors, try this.

  1. sudo apt update -y
  2. sudo apt upgrade -y
  3. sudo apt autoremove -y
  4. Now guest additions is broken, so mount the VBox Guest Additions ISO
  5. sudo apt install -y build-essential dkms linux-headers-$(uname -r)
  6. cd ./media/VBox_GAs_7.1.6/
  7. sudo sh VBoxLinuxAdditions.run

There you go! Now get back to copy pasting I mean coding.