kodi-ps3remote command not found

In this troubleshooting guide we learn how to fix kodi-ps3remote command not found error message

Introduction

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

kodi-ps3remote: command not found

or when using sudo you get the following error message

sudo: kodi-ps3remote: command not found

Solutions to kodi-ps3remote: command not found

How To Fix kodi-ps3remote: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu kodi-ps3remote is provided by kodi-eventclients-ps3 package.

kodi-eventclients-ps3 is:

Kodi, formerly known as XBMC is an award winning free and open source software media-player and entertainment hub for all your digital media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV) and Microsoft Windows, as well as the original Xbox game console. Created in 2003 by a group of like minded programmers, Kodi is a non-profit project run and developed by volunteers located around the world. More than 50 software developers have contributed to Kodi, and 100-plus translators have worked to expand its reach, making it available in more than 30 languages.

While Kodi functions very well as a standard media player application for your computer, it has been designed to be the perfect companion for your HTPC. Supporting an almost endless range of remote controls, and combined with its beautiful interface and powerful skinning engine, Kodi feels very natural to use from the couch and is the ideal solution for your home theater. Once installed, your computer will become a fully functional multimedia jukebox.

This package is the PS3 package for Kodi Event Client.

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

sudo apt-get -y install kodi-eventclients-ps3

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

You can also use apt command to install kodi-eventclients-ps3.

sudo apt -y install kodi-eventclients-ps3

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

sudo aptitude install kodi-eventclients-ps3

Summary

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