How to Install virtualbox-guest-source in Ubuntu 18.04



Install virtualbox-guest-source by entering the following commands in the terminal:

sudo apt update
sudo apt install virtualbox-guest-source

Description:

x86 virtualization solution - guest addition module source

VirtualBox is a free x86 virtualization solution allowing a wide range of x86 operating systems such as Windows, DOS, BSD or Linux to run on a Linux system. . This package provides the source code for the virtualbox guest addition kernel modules. The virtualbox-guest-utils package is also required in order to make use of these modules. Kernel sources or headers are required to compile these modules. . The source is placed under /usr/src, and after decompression it can be built to produce a virtualbox-guest-modules-_KVERS_ providing "virtualbox-guest-modules" package.

Homepage: https://www.virtualbox.org

Version: 5.2.10-dfsg-6

Section: multiverse/kernel