tuxpaint-config command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tuxpaint-config: command not found
or when using sudo you get the following error message
sudo: tuxpaint-config: command not found
Solutions to tuxpaint-config: command not found
How To Fix tuxpaint-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tuxpaint-config is provided by tuxpaint-config package.
tuxpaint-config is:
Tux Paint has a rich set of configuration options, controllable via command-line options or configuration files. This configuration tool provides a point-and-click interface for administrators to tailor Tux Paint to suit the needs of their users.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tuxpaint-config
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tuxpaint-config.
sudo apt -y install tuxpaint-config
Or if you have aptitude installed you can use the following command.
sudo aptitude install tuxpaint-config
Summary
In this tutorial we learn how to fix tuxpaint-config command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.