plantilla de ubuntu rápidamente que muestra dependencias no satisfechas y paquetes rotos

plantilla de ubuntu rápidamente que muestra dependencias no satisfechas y paquetes rotos

Intenté instalar quickly-ubuntu-templateusando:

sudo apt-get install quickly-ubuntu-template

Esto es lo que devolvió:

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:
 quickly-ubuntu-template : Depends: python-pygame but it is not going to be installed
E: Broken packages

Ayuda por favor ?

Respuesta1

sudo apt-get install quickly-ubuntu-template python-pygame

No estoy muy familiarizado con el funcionamiento interno de dpkg, pero me parece extraño que no haya incorporado automáticamente python-pygame.

información relacionada