1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="install-linux-debian-ubuntu">
|
---|
4 | <title>Installing <ph conkeyref="vbox-conkeyref-phrases/product-name"/> from a Debian or Ubuntu Package</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>Download the appropriate package for your distribution. The following example assumes that you are installing to
|
---|
8 | a 64-bit Ubuntu Xenial system. Use <userinput>dpkg</userinput> to install the Debian package,as follows: </p>
|
---|
9 | <pre xml:space="preserve">sudo dpkg -i virtualbox-<varname>version-number</varname>_Ubuntu_xenial_amd64.deb</pre>
|
---|
10 | <p>The installer will also try to build kernel modules suitable for the current running kernel. If the build process
|
---|
11 | is not successful you will be shown a warning and the package will be left unconfigured. Look at
|
---|
12 | <filepath>/var/log/vbox-install.log</filepath> to find out why the compilation failed. You may have to install
|
---|
13 | the appropriate Linux kernel headers, see <xref href="externalkernelmodules.dita#externalkernelmodules"/>. After
|
---|
14 | correcting any problems, run the following command: </p>
|
---|
15 | <pre xml:space="preserve">sudo rcvboxdrv setup</pre>
|
---|
16 | <p>This will start a second attempt to build the module. </p>
|
---|
17 | <p>If a suitable kernel module was found in the package or the module was successfully built, the installation
|
---|
18 | script will attempt to load that module. If this fails, please see <xref
|
---|
19 | href="ts_linux-kernelmodule-fails-to-load.dita">Linux Kernel Module Refuses to Load</xref> for further
|
---|
20 | information. </p>
|
---|
21 | <p>Once <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has been successfully installed and configured, you
|
---|
22 | can start it by clicking <b outputclass="bold">VirtualBox</b> in your <b outputclass="bold">Start</b> menu or from
|
---|
23 | the command line. See <xref href="startingvboxonlinux.dita"/>. </p>
|
---|
24 | </body>
|
---|
25 |
|
---|
26 | </topic>
|
---|