5

I tried to install ChessX using Ubuntu Software Center. But it shows error. Hence,How to install it? Or Any alternate Chess Game for Ubuntu 14.04?

2 Answers2

3

The problem here, based on your terminal output is:

E: Unable to correct problems, you have held broken packages

To fix this, open terminal and run

sudo apt-get -f install && apt-get update

Then try the install again

sudo apt-get install chessx
George Udosen
  • 37,534
Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
0

First make sure that Universe Repositories are enabled.

Once that is done, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo apt-get update && sudo apt-get install chessx
Mitch
  • 109,787