mobimeta command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mobimeta: command not found
or when using sudo you get the following error message
sudo: mobimeta: command not found
Solutions to mobimeta: command not found
How To Fix mobimeta: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mobimeta is provided by libmobi-tools package.
libmobi-tools is:
Tools can open .prc, .mobi, .azw; .azw3, .azw4 and some older .pdb documents.
mobitool allows one to extract resources, decompile, analyze and convert documents.
mobimeta allows one to edit document’s metadata.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libmobi-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libmobi-tools.
sudo apt -y install libmobi-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install libmobi-tools
Summary
In this tutorial we learn how to fix mobimeta command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.