sapphire command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sapphire: command not found
or when using sudo you get the following error message
sudo: sapphire: command not found
Solutions to sapphire: command not found
How To Fix sapphire: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sapphire is provided by sapphire package.
sapphire is:
Sapphire is a window manager for X11R6. It is fairly minimal in what it provides on screen: one toolbar, the usual window borders and a popup menu from the root window.
It supports themes as X resource files, and the menu is editable. If you install the ‘menu’ package, you’ll get an automatically updated ‘Debian’ submenu of installed programs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sapphire
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sapphire.
sudo apt -y install sapphire
Or if you have aptitude installed you can use the following command.
sudo aptitude install sapphire
Summary
In this tutorial we learn how to fix sapphire command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.