

If anyone else has had the issue and found a different fix that worked, post it in the comments below because it may help somebody else out if the above solution didn't do the trick. Then, when things are back up, double-check that "Bidirectional" is selected in the "Shared Clipboard" under "Devices." I've seen this solution work for Kali running in VirtualBox on Linux, macOS, and Windows, so hopefully, it'll do the trick if you're experiencing copy/paste issues too. To finish things up, reboot your virtual machine once again. When asked to input "yes" or "no," use yes. Now, in that directory, run the n file from the ISO. ~# mount VBoxGuestAdditions_6.1.6.iso /media/iso -o loop Again, make sure to swap out the 6.1.6 with whatever version you're working with. The -o loop part is for mounting the ISO as a block device to interact with its filesystem as if it were a CD in your physical disc drive. ~# wget Īfter that's done downloading, make a new directory for the ISO. For me, it's 6.1.6, but if you're using another version, swap out those numbers in the command. Now, download the Guest Additions file that pertains to your VirtualBox version. Next, reboot the Kali Linux virtual machine. ~# apt-get remove -y virtualbox-guest-utils

~# apt-get remove -y virtualbox-guest-dkms ~# apt-get remove -y virtualbox-guest-x11 If you are running as a standard user and not as a root user, use sudo before each command necessary.Īfter updating to the latest VBox, purge the guest files. There are probably countless reasons why the bidirectional clipboard between the virtual machine and host operating system may not be working for you, and each may have a different solution, but this is what finally worked for me.


Last week, I updated VirtualBox on my computer since I had skipped a few versions, then I could no longer copy text or paste text from my Kali virtual machine to my host OS and vice versa.
