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?
Asked
Active
Viewed 6,105 times
2 Answers
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
- 36,677

Mark Kirby
- 18,529
- 19
- 78
- 114
-
Yes, the package was broken, But using your method, i got it @mark kirby – Madhusudhanan Aug 04 '15 at 11:35
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
-
-
-
-
-
yeah it worked for me too by using this, i got it, sudo apt-get -f install && apt-get update, then i tried sudo apt-get install chessx @mitch – Madhusudhanan Aug 04 '15 at 11:31
sudo apt-get install chessx
add any errors to the question, FYI it installed fine in terminal, for me, on 14.04 and it runs too – Mark Kirby Aug 04 '15 at 10:40sudo apt-get install Xboard
. – Sergey Shitov Aug 04 '15 at 10:41sudo apt-get -f install && apt-get update
, then trysudo apt-get install chessx
, did it work ? – Mark Kirby Aug 04 '15 at 11:11