0

I am trying to install MAME, but I keep getting this error message:

Picture

What packages is it talking about?

xiota
  • 5,038

1 Answers1

2

Ubuntu software center will not print the unmet dependencies. Open a terminal and run

sudo apt-get install package_name

If it failed, it will detail show the unmet dependencies.

wasif
  • 453