File: install-linux-debian-ubuntu.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (26 lines) | stat: -rw-r--r-- 1,956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="install-linux-debian-ubuntu">
  <title>Installing <ph conkeyref="vbox-conkeyref-phrases/product-name"/> from a Debian or Ubuntu Package</title>
  
  <body>
    <p>Download the appropriate package for your distribution. The following example assumes that you are installing to
      a 64-bit Ubuntu Xenial system. Use <userinput>dpkg</userinput> to install the Debian package,as follows: </p>
    <pre xml:space="preserve">sudo dpkg -i virtualbox-<varname>version-number</varname>_Ubuntu_xenial_amd64.deb</pre>
    <p>The installer will also try to build kernel modules suitable for the current running kernel. If the build process
      is not successful you will be shown a warning and the package will be left unconfigured. Look at
        <filepath>/var/log/vbox-install.log</filepath> to find out why the compilation failed. You may have to install
      the appropriate Linux kernel headers, see <xref href="externalkernelmodules.dita#externalkernelmodules"/>. After
      correcting any problems, run the following command: </p>
    <pre xml:space="preserve">sudo rcvboxdrv setup</pre>
    <p>This will start a second attempt to build the module. </p>
    <p>If a suitable kernel module was found in the package or the module was successfully built, the installation
      script will attempt to load that module. If this fails, please see <xref
        href="ts_linux-kernelmodule-fails-to-load.dita">Linux Kernel Module Refuses to Load</xref> for further
      information. </p>
    <p>Once <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has been successfully installed and configured, you
      can start it by clicking <b outputclass="bold">VirtualBox</b> in your <b outputclass="bold">Start</b> menu or from
      the command line. See <xref href="startingvboxonlinux.dita"/>. </p>
  </body>
  
</topic>