mobile-atlas-creator command not found

In this troubleshooting guide we learn how to fix mobile-atlas-creator command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

mobile-atlas-creator: command not found

or when using sudo you get the following error message

sudo: mobile-atlas-creator: command not found

Solutions to mobile-atlas-creator: command not found

How To Fix mobile-atlas-creator: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mobile-atlas-creator is provided by mobile-atlas-creator package.

mobile-atlas-creator is:

Formerly known as “TrekBuddy Atlas Creator”. This application creates off-line atlases for the J2ME application TrekBuddy and various other mobile applications on Android and WindowsCE. The abbreviation of ths app is mobac.

To fix this problem, we can install more using the command below.

sudo apt-get -y install mobile-atlas-creator

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install mobile-atlas-creator.

sudo apt -y install mobile-atlas-creator

Or if you have aptitude installed you can use the following command.

sudo aptitude install mobile-atlas-creator

Summary

In this tutorial we learn how to fix mobile-atlas-creator command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.