celluloid command not found

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

Introduction

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

celluloid: command not found

or when using sudo you get the following error message

sudo: celluloid: command not found

Solutions to celluloid: command not found

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

In Ubuntu celluloid is provided by celluloid package.

celluloid is:

GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with mpv via the client API exported by libmpv, allowing access to mpv’s powerful playback capabilities.

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

sudo apt-get -y install celluloid

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

You can also use apt command to install celluloid.

sudo apt -y install celluloid

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

sudo aptitude install celluloid

Summary

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