darkradiant command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
darkradiant: command not found
or when using sudo you get the following error message
sudo: darkradiant: command not found
Solutions to darkradiant: command not found
How To Fix darkradiant: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu darkradiant is provided by darkradiant package.
darkradiant is:
DarkRadiant is a 3D map and level editor for games based on the idtech4 engines. The software is based on GtkRadiant and focuses on the games DOOM3 and The Dark Mod. Other games based on the same engine, like Quake 4, might be editable too, but are not explicitly supported.
Darkradiant can also be used to create free contents for the GPL’ed version of the DOOM3 engine.
To fix this problem, we can install more using the command below.
sudo apt-get -y install darkradiant
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install darkradiant.
sudo apt -y install darkradiant
Or if you have aptitude installed you can use the following command.
sudo aptitude install darkradiant
Summary
In this tutorial we learn how to fix darkradiant command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.