peony-qt-desktop command not found

In this troubleshooting guide we learn how to fix peony-qt-desktop command not found error message

Introduction

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

peony-qt-desktop: command not found

or when using sudo you get the following error message

sudo: peony-qt-desktop: command not found

Solutions to peony-qt-desktop: command not found

How To Fix peony-qt-desktop: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu peony-qt-desktop is provided by peony package.

peony is:

Peony is the official file manager for the UKUI desktop. It allows one to browse directories, preview files and launch applications associated with them. It is also responsible for handling the icons on the UKUI desktop. It works on local and remote filesystems.

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

sudo apt-get -y install peony

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

You can also use apt command to install peony.

sudo apt -y install peony

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

sudo aptitude install peony

Summary

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