eboard-addtheme command not found

In this troubleshooting guide we learn how to fix eboard-addtheme command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

eboard-addtheme: command not found

or when using sudo you get the following error message

sudo: eboard-addtheme: command not found

Solutions to eboard-addtheme: command not found

How To Fix eboard-addtheme: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu eboard-addtheme is provided by eboard package.

eboard is:

eboard is a graphical chess program which can function as an interface to Internet chess servers such as FICS and to chess engines such as Crafty.

eboard has a themeable and freely resizable board, a tabbed or multi-window display, and supports multiple simultaneous boards.

This package contains a chess interface, which means that you can play against another human on the same computer, or play on an Internet server. If you would like to play against a computer, you should install a chess engine such as gnuchess in addition.

To fix this problem, we can install more using the command below.

sudo apt-get -y install eboard

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install eboard.

sudo apt -y install eboard

Or if you have aptitude installed you can use the following command.

sudo aptitude install eboard

Summary

In this tutorial we learn how to fix eboard-addtheme command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.