unmass command not found

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

Introduction

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

unmass: command not found

or when using sudo you get the following error message

sudo: unmass: command not found

Solutions to unmass: command not found

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

In Ubuntu unmass is provided by unmass package.

unmass is:

This is a tool to extract game archives. It supports the following archive types: Crismon Land, Baldur’s Gate 2, Civilization 4, Doom (WADs), Dune 2, Etherlords 2, Final Fantasy 7 and 8, Flashpoint, Knights of Xentar, Metal Gear Solid (DARs), Moorhuhn 2 and 3, Megaman Legends, Oni, Operation Flashpoint, Princess Maker 2, Quake 1, RollCage, Swine, Unreal Tournament umods, Virtua Fighter bitmaps, MEA exe’s, some economy file format.

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

sudo apt-get -y install unmass

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

You can also use apt command to install unmass.

sudo apt -y install unmass

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

sudo aptitude install unmass

Summary

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