this is the procedure that I have followed just now and I think it is working.
First download arasan from the website. You can download the binary or source. In this case I downloaded the binary. Next put the downloaded file in a convenient location, extract it. After that, install xboard
:
$ sudo apt install xboard
After that, open a terminal and run this command:
$ xboard -cp -fcp "PATH-TO-EXTRACTED-FOLDER/arasanx-64 -H 100M -c 2"
Here, replace the PATH-TO-EXTRACTED-FOLDER
with the location where you have extracted the compressed file. For example, I keep these stuffs in ~/Applications
folder, so on my machine it looks like this: xboard -cp -fcp "/home/u33how/Appications/arasan-linux-binaries-21.4/arasanx-64 -H 100M -c 2"
. Make the required modification.
Finally, play the game.
Reference:
github repo doc link