sludge-zbuffermaker command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sludge-zbuffermaker: command not found
or when using sudo you get the following error message
sudo: sludge-zbuffermaker: command not found
Solutions to sludge-zbuffermaker: command not found
How To Fix sludge-zbuffermaker: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sludge-zbuffermaker is provided by sludge-devkit package.
sludge-devkit is:
SLUDGE is an open source adventure game engine. It combines a scripting language with IDE tools.
This package contains the development kit needed to create SLUDGE games.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sludge-devkit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sludge-devkit.
sudo apt -y install sludge-devkit
Or if you have aptitude installed you can use the following command.
sudo aptitude install sludge-devkit
Summary
In this tutorial we learn how to fix sludge-zbuffermaker command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.