1 min to read
Once you have a VirtualBox VM with Ubuntu installed, it's time to add VirtualBox's Guest Additions functionality. This gives you a bunch of useful features like better input integration and a shared clipboard for copy and pasting from your host machine into your virtual machine.
// In the Terminal
sudo apt update
sudo apt upgrade
The upgrade could take a while, depending on your internet connection.
Note: If prompted for a y/n response, press y to install the upgrades.
// In the Terminal
sudo apt install build-essential dkms linux-headers-$(uname -r)
Create a shared folder for your VM and host machine. (article pending)