gnome-pie command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-pie: command not found
or when using sudo you get the following error message
sudo: gnome-pie: command not found
Solutions to gnome-pie: command not found
How To Fix gnome-pie: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-pie is provided by gnome-pie package.
gnome-pie is:
gnome-pie is a radial visual application launcher for GNOME. It allows the user to bind groups of frequently used applications to a ring that appears when a hot key / mouse binding is triggered.
It was inspired by the OPie addon written for the game World of Warcraft.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-pie
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-pie.
sudo apt -y install gnome-pie
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-pie
Summary
In this tutorial we learn how to fix gnome-pie command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.