No se puede instalar ubuntu-device-flash en 14.04

No se puede instalar ubuntu-device-flash en 14.04

Tengo un problema con este comando:

$ sudo apt-get install ubuntu-device-flash
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 ubuntu-device-flash : Depends: qemu-user-static but it is not installable
E: Unable to correct problems, you have held broken packages

Respuesta1

Antes de instalar ubuntu-device-flash, debes asegurarte de tener habilitado el archivo del universo. De la ayuda de Ubuntu:

Se pueden habilitar repositorios de software adicionales como Universe y Multiverse descomentando las líneas apt correspondientes (es decir, eliminando el '#' al principio de la línea). Para Universe, descomente esas líneas:

deb http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy universe
deb http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ saucy-updates universe

Encontrarás las líneas apt en /etc/apt/sources.list:

sudo vim /etc/apt/sources.list

No olvide recuperar las listas de paquetes actualizadas:

sudo apt-get update

información relacionada