icontool-map command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
icontool-map: command not found
or when using sudo you get the following error message
sudo: icontool-map: command not found
Solutions to icontool-map: command not found
How To Fix icontool-map: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu icontool-map is provided by icontool package.
icontool is:
icontool is a suite of tools for maintaining icons in a software project or within an icon theme project. These scripts can be used to render icons using the Tango Project’s single canvas SVG workflow, and to provide symlinks for backward compatibility in icon themes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install icontool
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install icontool.
sudo apt -y install icontool
Or if you have aptitude installed you can use the following command.
sudo aptitude install icontool
Summary
In this tutorial we learn how to fix icontool-map command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.