convertall command not found

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

Introduction

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

convertall: command not found

or when using sudo you get the following error message

sudo: convertall: command not found

Solutions to convertall: command not found

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

In Ubuntu convertall is provided by convertall package.

convertall is:

With ConvertAll, you can convert any unit in the large database to any other compatible unit. If you want to convert from inches per decade, that’s fine. Or from meter-pounds. Or from cubic nautical miles. The units don’t have to make sense to anyone else.

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

sudo apt-get -y install convertall

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

You can also use apt command to install convertall.

sudo apt -y install convertall

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

sudo aptitude install convertall

Summary

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