iec16022 command not found

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

Introduction

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

iec16022: command not found

or when using sudo you get the following error message

sudo: iec16022: command not found

Solutions to iec16022: command not found

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

In Ubuntu iec16022 is provided by iec16022 package.

iec16022 is:

The program generates a 2d datamatrix/semacode barcode from a parameter or from a file and produces output in various formats (png, eps, ascii-art).

http://www.semapedia.org/ for example uses semacode tags to create real-world “links” to wikipedia articles.

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

sudo apt-get -y install iec16022

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

You can also use apt command to install iec16022.

sudo apt -y install iec16022

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

sudo aptitude install iec16022

Summary

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