hamexam command not found

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

Introduction

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

hamexam: command not found

or when using sudo you get the following error message

sudo: hamexam: command not found

Solutions to hamexam: command not found

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

In Ubuntu hamexam is provided by hamexam package.

hamexam is:

hamexam is an interactive study tool for the 3 USA FCC amateur radio (ham radio) question pools. The 3 question pools are: t element 2, Technician Class (entry level), g element 3, General Class (also requires element 2), e element 4, Extra Class (also requires elements 2 and 3). Questions are chosen randomly from the selected pool. Incorrect answers cause the question to be asked again later. Licenses are issued by the FCC, but exams are conducted by Volunteer Examiners. For more information about USA amateur radio licensing: http://www.arrl.org/licensing-preparation-exams

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

sudo apt-get -y install hamexam

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

You can also use apt command to install hamexam.

sudo apt -y install hamexam

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

sudo aptitude install hamexam

Summary

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