ircmarkers command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ircmarkers: command not found
or when using sudo you get the following error message
sudo: ircmarkers: command not found
Solutions to ircmarkers: command not found
How To Fix ircmarkers: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ircmarkers is provided by ircmarkers package.
ircmarkers is:
IrcMarkers takes a map in .png or .jpg format and a list of coordinates and labels in xplanet format and places markers on the map. It was written to generate user maps of IRC channels. GnuPG/PGP key ids can be associated with each marker, to create “maps of trust”.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ircmarkers
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ircmarkers.
sudo apt -y install ircmarkers
Or if you have aptitude installed you can use the following command.
sudo aptitude install ircmarkers
Summary
In this tutorial we learn how to fix ircmarkers command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.