How to add VBoxLinuxAdditions.run in Debian Based Linux Distros
This Installation helps us auto configure the display size and other utilities when we setup a Linux distro inside the Virtual Box.
1. Mount the Guest Additions ISO
2. Update Your Ubuntu System
sudo apt update && sudo apt upgrade -y3. Install Required Dependencies
sudo apt install build-essential dkms linux-headers-$(uname -r)4. Mount the CD-ROM
5. Run the Installer
6. Reboot the Virtual Machine
7. Verify Auto-Resize
Troubleshooting
Last updated
