ufomodel command not found

In this troubleshooting guide we learn how to fix ufomodel command not found error message

Introduction

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

ufomodel: command not found

or when using sudo you get the following error message

sudo: ufomodel: command not found

Solutions to ufomodel: command not found

How To Fix ufomodel: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ufomodel is provided by ufoai-tools package.

ufoai-tools is:

It is the year 2084. You control a secret organisation charged with defending Earth from a brutal alien enemy. Build up your bases, prepare your team, and dive head-first into the fast and flowing turn-based combat.

This package contains developer tools for UFO: Alien Invasion.

  • ufo2map
  • ufomodel
  • ufoslicer

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

sudo apt-get -y install ufoai-tools

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

You can also use apt command to install ufoai-tools.

sudo apt -y install ufoai-tools

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

sudo aptitude install ufoai-tools

Summary

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