"Dependency is not satisfiable" error when trying to install an application

When I try to install glchess in Synaptic

glchess install

I get this errorerror

At a certain time I installed the Gnome desktop and a lot of games that came with it and then uninstalled the games. Now I want chess back. When I downloaded the deb file and tried to install it in Gdebi I got a similar error:install error glchess

What should I change in repositories?

2

2 Answers

From your pastebin it looks very much like you have not got the updates repository enabled

enter image description here

Tick this option shown - the refresh your installation before install pyChess

sudo apt-get update && sudo apt-get upgrade
4
sudo apt-get build-dep glchess
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like