

Once VirtualBox is installed, you can launch it using the terminal or Desktop applications search. Step 5: Launching VirtualBox 7.0 on Debian 11 / Debian 10 You can also click file to install it and wait for the installation to complete. You can also download it manually sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-*.vbox-extpack Sudo apt install linux-headers-$(uname -r) dkms The final step is the actual installation of VirtualBox and extension pack which extends VirtualBox features.

echo "deb $(lsb_release -cs) contrib" | sudo tee /etc/apt//virtualbox.list Step 4: Install VirtualBox & Extension pack sudo apt -y install curl wget gnupg2 lsb-releaseĬurl -fsSL |sudo gpg -dearmor -o /etc/apt//oracle_vbox_2016.gpgĬurl -fsSL |sudo gpg -dearmor -o /etc/apt//oracle_vbox.gpg Step 3: Add the VirtualBox RepositoryĪfter the importation of GPG key, add VirtualBox repository to your system using the following commands. Once the system is updated, import repository GPG key used for signing packages. & sudo reboot -f Step 2: Import VirtualBox apt repository I hope you have learned how to install VirtualBox Guest additions on Debian 11 / Debian 10.Reboot since there could be kernel updates. If you do not get a full-screen view even after the reboot, minimize and maximize the window one time to get the full-screen view. Once the VirtualBox Guest additions installation is complete, reboot your system to complete the installation. n VirtualBox Guest Additions Installation In Progress sudo mount /dev/cdrom /mntĮxecute the VirtualBox guest addition installer with sudo privileges. Open a terminal and mount the CDROM to /mnt directory.

On the VM window, go to Devices » Insert Guest Additions CD Image. sudo apt install -y build-essential linux-headers-$(uname -r) Install VirtualBox Guest Additions on Debian Then, install the build tools and kernel headers for the current kernel. Reboot your system in case the upgrade includes a Kernel update. Prerequisitesįirst, update all the packages to the latest version. Here, we will see how to install VirtualBox Guest additions on Debian 11 / Debian 10. You can read more in detail about guest additions on the Oracle VirtualBox user manual page.

Guest Additions improve the guest operating system’s performance and add extra features such as Mouse pointer integration, Shared folders, Better video support, Seamless windows, Time synchronization, Shared clipboard, and Automated logins. You will need to install Guest Additions inside a virtual machine once a guest operating has been installed. They are stored in an ISO image format inside the VirtualBox installation directory. VirtualBox Guest additions are a collection of device drivers and software application packages shipped along with VirtualBox.
