How to install guest additions on virtualbox for debian linux tested with linuxmint 21.3
5 Jul 2024 1 minute read 0 comments logderman
After you install your debian VM and have it running. Inside your VM do this: 1. sudo apt update && sudo apt upgrade -y 2. sudo apt install build-essential dkms linux-headers-$(uname -r) 3. Go to the Devices menu and click on "Insert Guest Additions...