ufoslicer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ufoslicer: command not found
or when using sudo you get the following error message
sudo: ufoslicer: command not found
Solutions to ufoslicer: command not found
How To Fix ufoslicer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ufoslicer 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 ufoslicer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.