tirex-tiledir-stat command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tirex-tiledir-stat: command not found
or when using sudo you get the following error message
sudo: tirex-tiledir-stat: command not found
Solutions to tirex-tiledir-stat: command not found
How To Fix tirex-tiledir-stat: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tirex-tiledir-stat is provided by tirex package.
tirex is:
Tirex consists of several tools to manage map raster tile rendering and caching. It contains the master daemon, rendering manager, backends for mapnik and testing, and assorted utility programs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tirex
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tirex.
sudo apt -y install tirex
Or if you have aptitude installed you can use the following command.
sudo aptitude install tirex
Summary
In this tutorial we learn how to fix tirex-tiledir-stat command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.