mahoniconv command not found

In this troubleshooting guide we learn how to fix mahoniconv command not found error message

Introduction

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

mahoniconv: command not found

or when using sudo you get the following error message

sudo: mahoniconv: command not found

Solutions to mahoniconv: command not found

How To Fix mahoniconv: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mahoniconv is provided by mahonia package.

mahonia is:

Mahonia is a character-set conversion library implemented in Go. All data is compiled into the executable; it doesn’t need any external data files.

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

sudo apt-get -y install mahonia

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

You can also use apt command to install mahonia.

sudo apt -y install mahonia

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

sudo aptitude install mahonia

Summary

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