Virtualbox
Copy-paste in VirtualBox
To enable bidirectional copy-paste in VirtualBox, follow these steps:
Install VirtualBox Guest Additions:
Open the terminal and execute:
sudo apt-get install -y virtualbox-guest-x11
Update the system:
Run:
sudo apt-get update
Reboot the system.
Upgrade system packages:
Execute:
sudo apt-get dist-upgrade
Reboot the system.
Clean up unnecessary packages:
Run:
sudo apt-get autoremove --purge
(Optional) Remove Guest Additions:
Execute:
sudo apt-get purge virtualbox-guest-x11
Reboot after each step for changes
---
sudo apt install build-essential linux-headers-$(uname -r)
Last updated