uxplay command not found

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

Introduction

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

uxplay: command not found

or when using sudo you get the following error message

sudo: uxplay: command not found

Solutions to uxplay: command not found

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

In Ubuntu uxplay is provided by uxplay package.

uxplay is:

This lets you use AirPlay mirroring on your computer. Its main use is to act like an AppleTV for screen-mirroring (with audio) of iOS/macOS clients (iPads, iPhones, MacBooks) in a window on the server display on a host running Linux, macOS, or other unix, using Apple’s AirPlay Mirror protocol first available in iOS 5.

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

sudo apt-get -y install uxplay

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

You can also use apt command to install uxplay.

sudo apt -y install uxplay

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

sudo aptitude install uxplay

Summary

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