VirtualBox 5.2 en Ubuntu 18.04 LTS Bionic Beaver (imagen destacada)

Tiro monedas al aire, pero hasta ahora nunca las pude agarrar.

Para tener VirtualBox 5.2 en nuestro en Ubuntu 18.04 LTS Bionic Beaver, debemos de hacer algunos pasos muy sencillos.

OBS:

  •  Usamos en Ubuntu 18.04 LTS Bionic Beaver de 64 bits.

Entramos a la terminal y tecleamos lo siguiente:
sudo nano /etc/apt/sources.list

Agregamos:
# VirtualBox.
deb http://download.virtualbox.org/virtualbox/debian bionic contrib

Ahora guardamos los cambios (control + o) y luego lo cerramos (control + x).
Volvemos a entrar a la consola y escribimos:
gpg --keyserver keyserver.ubuntu.com --recv A2F683C52980AECF
gpg --export --armor A2F683C52980AECF | sudo apt-key add -

sudo apt update

sudo apt install virtualbox-5.2

sudo apt clean && sudo apt autoclean

Ahora descargamos el VirtualBox 5.2.10 Oracle VM VirtualBox Extension Pack. Entramos a la consola y escribimos:
cd ~
wget -c
https://download.virtualbox.org/virtualbox/5.2.10/Oracle_VM_VirtualBox_Extension_Pack-5.2.10.vbox-extpack

Ahora instalemos el pack que hemos descargado recientemente.
Luego de estos sencillos pasos ya podremos usar VirtualBox 5.2.10 en Ubuntu 18.04 LTS Bionic Beaver

Instalar VirtualBox 5.2 en Ubuntu 18.04 LTS Bionic Beaver
Instalar VirtualBox 5.2 en Ubuntu 18.04 LTS Bionic Beaver

Comments

  1. Gracias por el articulo, instalo correctamente pero no inicia la aplicación. tengo el siguiente error:
    – – – – – – – – – – – – – – –
    Qt FATAL: This application failed to start because it could not find or load the Qt platform plugin «xcb»
    in «».

    Available platform plugins are: dxcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

    Reinstalling the application may fix this problem.
    Abortado (`core’ generado)
    – – – – – – – – – – – – – – –

  2. Kernel driver not installed (rc=-1908)

    The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

    ‘/sbin/vboxconfig’

    as root.

    where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) – The support driver is not installed. On linux, open returned ENOENT.

  3. Hola, soy nuevo en linux.

    Segui paso a paso el tutorial, y me pasa el mismo error que FAbio puesto mas arriba:

    Kernel driver not installed (rc=-1908)

    The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing

    ‘/sbin/vboxconfig’

    as root.

    where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) – The support driver is not installed. On linux, open returned ENOENT.

    Favor ayuda.

Responder a Ruben LB Cancelar la respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *