units-master command not found

In this troubleshooting guide we learn how to fix units-master command not found error message

Introduction

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

units-master: command not found

or when using sudo you get the following error message

sudo: units-master: command not found

Solutions to units-master: command not found

How To Fix units-master: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu units-master is provided by units-master package.

units-master is:

Units-master is a graphic application with three features:

  • check the syntax of a physical quantity, like “25 m/s”, or “1.2 µA”
  • perform conversions, like “1.2 µA” to “1.2e-3 mA”
  • render physical quantities to plain LaTeX, PNG, SVG.

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

sudo apt-get -y install units-master

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

You can also use apt command to install units-master.

sudo apt -y install units-master

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

sudo aptitude install units-master

Summary

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