fwts-frontend-text command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fwts-frontend-text: command not found
or when using sudo you get the following error message
sudo: fwts-frontend-text: command not found
Solutions to fwts-frontend-text: command not found
How To Fix fwts-frontend-text: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fwts-frontend-text is provided by fwts-frontend package.
fwts-frontend is:
This is a dialog based interface designed to provide an easy to use method to execute tests via Firmware Test Suite and is also used as the primary interface within Firmware Test Suite live images.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fwts-frontend
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fwts-frontend.
sudo apt -y install fwts-frontend
Or if you have aptitude installed you can use the following command.
sudo aptitude install fwts-frontend
Summary
In this tutorial we learn how to fix fwts-frontend-text command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.