phosh command not found

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

Introduction

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

phosh: command not found

or when using sudo you get the following error message

sudo: phosh: command not found

Solutions to phosh: command not found

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

In Ubuntu phosh is provided by phosh package.

phosh is:

Phosh is a graphical shell for Wayland compositors speaking the layer-surface protocol and aimed at mobile devices like smart phones and tablets using touch based inputs and small screens.

It’s part of the Phosh Mobile Environment based on GNOME/GTK. For the full stack see the phosh-full and phosh-core metapackages.

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

sudo apt-get -y install phosh

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

You can also use apt command to install phosh.

sudo apt -y install phosh

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

sudo aptitude install phosh

Summary

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