parole command not found

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

Introduction

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

parole: command not found

or when using sudo you get the following error message

sudo: parole: command not found

Solutions to parole: command not found

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

In Ubuntu parole is provided by parole package.

parole is:

Parole is a media player for the Xfce desktop environment, written using the GStreamer framework.

Parole features playback of local media files, including video with subtitles support, DVD/CD and live streams; it is also extensible via plugins.

This package contains Parole media player.

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

sudo apt-get -y install parole

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

You can also use apt command to install parole.

sudo apt -y install parole

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

sudo aptitude install parole

Summary

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