Make sure that your sourcelist corectly set.
Next installing the right tools and libs to build and run Free Awale;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential checkinstall
Done.
Back to the terminal;
Code:
cd ~/Desktop wget http://download.savannah.nongnu.org/releases/awale/awale-1.2.tar.gz tar zxfv awale-1.2.tar.gz cd awale-1.2 ./configure make sudo checkinstall
Done.
Code:
sudo nano /usr/share/applications/freeawale.desktop
add the following;
[Desktop Entry]
Name=Free Awale
Comment=Free Awale is another implementation of the african mancala game Oware in the Ivory Coast variant Awalé, a game of capturing stones.
Exec=xawale
Icon=/usr/local/share/awale/awale.png
Terminal=false
Type=Application
Categories=Application;Game;
Then save (ctrl)+(o) and exit (ctrl)+(x).
You can now launch Free Awale by Applications tab —> Games —> Free Awale
or by typing xawale in the terminal.
For ASCII version type awale in the terminal.
Enjoy!