wfut command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wfut: command not found
or when using sudo you get the following error message
sudo: wfut: command not found
Solutions to wfut: command not found
How To Fix wfut: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wfut is provided by wfut package.
wfut is:
WFUT is a content distribution system initially intended to provide media updates for WorldForge. It can download and update game data and artwork for WorldForge gaming clients.
This package contains the wfut command line utility. With it a user can interactively download and update game data and artwork.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wfut
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wfut.
sudo apt -y install wfut
Or if you have aptitude installed you can use the following command.
sudo aptitude install wfut
Summary
In this tutorial we learn how to fix wfut command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.