freecell-solver-range-parallel-solve command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
freecell-solver-range-parallel-solve: command not found
or when using sudo you get the following error message
sudo: freecell-solver-range-parallel-solve: command not found
Solutions to freecell-solver-range-parallel-solve: command not found
How To Fix freecell-solver-range-parallel-solve: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu freecell-solver-range-parallel-solve is provided by freecell-solver-bin package.
freecell-solver-bin is:
Freecell Solver is a library for automatically solving boards of Freecell and similar variants of card Solitaire. This package contains the header files and static libraries necessary for developing programs using Freecell Solver.
This package contains the binaries included with freecell-solver
To fix this problem, we can install more using the command below.
sudo apt-get -y install freecell-solver-bin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install freecell-solver-bin.
sudo apt -y install freecell-solver-bin
Or if you have aptitude installed you can use the following command.
sudo aptitude install freecell-solver-bin
Summary
In this tutorial we learn how to fix freecell-solver-range-parallel-solve command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.