pencil2d command not found

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

Introduction

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

pencil2d: command not found

or when using sudo you get the following error message

sudo: pencil2d: command not found

Solutions to pencil2d: command not found

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

In Ubuntu pencil2d is provided by pencil2d package.

pencil2d is:

Pencil2D is an animation/drawing software for Mac OS X, Windows, and Linux. It lets you create traditional hand-drawn animation (cartoon) using both bitmap and vector graphics.

The basic features of Pencil2D are:

  • layers support (separated layer for bitmap, vector and soud part)
  • bitmap drawing
  • vector drawing
  • sound support

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

sudo apt-get -y install pencil2d

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

You can also use apt command to install pencil2d.

sudo apt -y install pencil2d

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

sudo aptitude install pencil2d

Summary

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