crossfire-server command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
crossfire-server: command not found
or when using sudo you get the following error message
sudo: crossfire-server: command not found
Solutions to crossfire-server: command not found
How To Fix crossfire-server: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu crossfire-server is provided by crossfire-server package.
crossfire-server is:
This is the server program for the crossfire client.
Crossfire is a free, open-source, cooperative multi-player RPG and adventure game. Since its initial release, Crossfire has grown to encompass over 150 monsters, 3000 areas to explore, an elaborate magic system, 13 races, 15 character classes, and many powerful artifacts scattered far and wide. Set in a fantastical medieval world, it blends the style of Gauntlet, NetHack, Moria, and Angband.
To fix this problem, we can install more using the command below.
sudo apt-get -y install crossfire-server
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install crossfire-server.
sudo apt -y install crossfire-server
Or if you have aptitude installed you can use the following command.
sudo aptitude install crossfire-server
Summary
In this tutorial we learn how to fix crossfire-server command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.