enlightenment_remote command not found

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

Introduction

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

enlightenment_remote: command not found

or when using sudo you get the following error message

sudo: enlightenment_remote: command not found

Solutions to enlightenment_remote: command not found

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

In Ubuntu enlightenment_remote is provided by enlightenment package.

enlightenment is:

Enlightenment is an advanced window manager for X11. Unique features include: a fully animated background, nice drop shadows around windows, backed by an extremely clean and optimized foundation of APIs.

This package contains the core files for Enlightenment.

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

sudo apt-get -y install enlightenment

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

You can also use apt command to install enlightenment.

sudo apt -y install enlightenment

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

sudo aptitude install enlightenment

Summary

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