cd-circleprint command not found

In this troubleshooting guide we learn how to fix cd-circleprint command not found error message

Introduction

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

cd-circleprint: command not found

or when using sudo you get the following error message

sudo: cd-circleprint: command not found

Solutions to cd-circleprint: command not found

How To Fix cd-circleprint: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu cd-circleprint is provided by cd-circleprint package.

cd-circleprint is:

cd-circleprint is a program to create round cd-labels written in perl, using perl-tk to produce a graphical frontend. The labels have four lines of nice curved text and an additional four fields with normal text. Each field has selectable text-size, font and colour. The background colour is also selectable. The label may also have a background image. You can squeeze the whole page if your printer doesn’t generate correct circles and you can move the two labels on the sheet to accommodate different types of label sheets. The output is postscript to make it as portable as possible.

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

sudo apt-get -y install cd-circleprint

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

You can also use apt command to install cd-circleprint.

sudo apt -y install cd-circleprint

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

sudo aptitude install cd-circleprint

Summary

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