oroborus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
oroborus: command not found
or when using sudo you get the following error message
sudo: oroborus: command not found
Solutions to oroborus: command not found
How To Fix oroborus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu oroborus is provided by oroborus package.
oroborus is:
Oroborus is a small and simple window manager which does exactly what it says it does, manage windows. There is no fancy doc, clip, wharf, or a root menu for that matter. These utilities can be provided by other programs such as “deskmenu”. Oroborus has support for Gnome and session management, or can be run as a stand-alone window manager. This package has also been compiled with Xinerama support.
Oroborus is small, about 72Kb at the time of this package. It has full keyboard control and is very themeable.
To fix this problem, we can install more using the command below.
sudo apt-get -y install oroborus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install oroborus.
sudo apt -y install oroborus
Or if you have aptitude installed you can use the following command.
sudo aptitude install oroborus
Summary
In this tutorial we learn how to fix oroborus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.