fflas-ffpack-config command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fflas-ffpack-config: command not found
or when using sudo you get the following error message
sudo: fflas-ffpack-config: command not found
Solutions to fflas-ffpack-config: command not found
How To Fix fflas-ffpack-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fflas-ffpack-config is provided by fflas-ffpack package.
fflas-ffpack is:
FFLAS-FFPACK consists in the creation of a set of routines, giving the same tools as a set of classical Basic Linear Algebra Subroutines, but working over finite fields. In the same way, some other routines of higher level (such as the one in LAPACK) are also produced.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fflas-ffpack
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fflas-ffpack.
sudo apt -y install fflas-ffpack
Or if you have aptitude installed you can use the following command.
sudo aptitude install fflas-ffpack
Summary
In this tutorial we learn how to fix fflas-ffpack-config command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.