0

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

Picture

What packages is it talking about?

xiota
  • 4,709
  • 5
  • 26
  • 53
Etcetera
  • 25
  • 5
  • 3
    Please run `sudo apt install mame` in the terminal and copy/paste the results in your question. – karel Jul 12 '20 at 06:46
  • 2
    You'll see the subsequent message if you run the command in terminal (the GUI is only displaying the first line of multiple lines) – guiverc Jul 12 '20 at 06:47

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
  • 423
  • 2
  • 5