fccexam command not found

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

Introduction

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

fccexam: command not found

or when using sudo you get the following error message

sudo: fccexam: command not found

Solutions to fccexam: command not found

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

In Ubuntu fccexam is provided by fccexam package.

fccexam is:

fccexam is an interactive study guide for USA FCC commercial radio exams. question pool choices: T1 First Class Radiotelegraph: elements 1, 5, 6. T2 Second Class Radiotelegraph: elements 1, 5, 6. T3 Third Class Radiotelegraph: elements 1, 5. GROL General Radiotelephone Operator License: elements 1, 3. GROL+ General Radiotelephone Operator License + Radar: elements 1, 3, 8. MROP Marine Radio Operator Permit: element 1. GMDSS Global Maritime Distress Safety System Radio Operator: elements 1, 7. GMDSS+ GMDSS Radio Maintainer + Radar: elements 1, 7, 8, 9. RGMDSS Restricted GMDSS Radio Operator: elements 1, 7R. 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 COLEM Examiners. For more information about FCC commercial radio licensing: http://wireless.fcc.gov/commoperators/index.htm?job=home

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

sudo apt-get -y install fccexam

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

You can also use apt command to install fccexam.

sudo apt -y install fccexam

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

sudo aptitude install fccexam

Summary

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