tp-magic-config command not found

In this troubleshooting guide we learn how to fix tp-magic-config command not found error message

Introduction

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

tp-magic-config: command not found

or when using sudo you get the following error message

sudo: tp-magic-config: command not found

Solutions to tp-magic-config: command not found

How To Fix tp-magic-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tp-magic-config is provided by tuxpaint-dev package.

tuxpaint-dev is:

Tux Paint is meant to be a simple drawing program for young children. It is not meant as a general-purpose drawing tool. It IS meant to be fun and easy to use. Sound effects and a cartoon character help let the user know what’s going on, and keeps them entertained.

This package contains development files for writing “Magic” plugins for Tux Paint.

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

sudo apt-get -y install tuxpaint-dev

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

You can also use apt command to install tuxpaint-dev.

sudo apt -y install tuxpaint-dev

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

sudo aptitude install tuxpaint-dev

Summary

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