canadian-ham-exam command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
canadian-ham-exam: command not found
or when using sudo you get the following error message
sudo: canadian-ham-exam: command not found
Solutions to canadian-ham-exam: command not found
How To Fix canadian-ham-exam: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu canadian-ham-exam is provided by canadian-ham-exam package.
canadian-ham-exam is:
Canadian Ham Exam uses the official question bank from Industry Canada and allows aspiring hams to practice the section of their choice as they are learning the material for the exam.
It requires a copy of the question bank, which can be downloaded free of charge from the Industry Canada website:
http://www.ic.gc.ca/eic/site/025.nsf/eng/h_00004.html
Both the basic and the advanced exams are supported, in English and French.
To fix this problem, we can install more using the command below.
sudo apt-get -y install canadian-ham-exam
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install canadian-ham-exam.
sudo apt -y install canadian-ham-exam
Or if you have aptitude installed you can use the following command.
sudo aptitude install canadian-ham-exam
Summary
In this tutorial we learn how to fix canadian-ham-exam command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.