ppic command not found

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

Introduction

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

ppic: command not found

or when using sudo you get the following error message

sudo: ppic: command not found

Solutions to ppic: command not found

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

In Ubuntu ppic is provided by pineapple-pictures package.

pineapple-pictures is:

An uncluttered and fast image viewer which is very simple and easy to use. There is also an option to make the window stay on top so users can also pin the window with their image as a reference image window and work with other software they want. This software will always keep the image file as-is, will never accidentally modify the original image file when you just simply rotated the image and etc.

Key features:

  • Minimized UI
  • Fast
  • Easy to use
  • High quality scaling
  • Never modify the original image file
  • Stay-on-top option available for pinning reference image and work with other applications

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

sudo apt-get -y install pineapple-pictures

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

You can also use apt command to install pineapple-pictures.

sudo apt -y install pineapple-pictures

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

sudo aptitude install pineapple-pictures

Summary

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