ccd2iso command not found

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

Introduction

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

ccd2iso: command not found

or when using sudo you get the following error message

sudo: ccd2iso: command not found

Solutions to ccd2iso: command not found

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

In Ubuntu ccd2iso is provided by ccd2iso package.

ccd2iso is:

This converts CD backup files created using the non-free CloneCD program to a format understood by most Free Software CD writing programs.

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

sudo apt-get -y install ccd2iso

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

You can also use apt command to install ccd2iso.

sudo apt -y install ccd2iso

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

sudo aptitude install ccd2iso

Summary

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