OSCAR command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
OSCAR: command not found
or when using sudo you get the following error message
sudo: OSCAR: command not found
Solutions to OSCAR: command not found
How To Fix OSCAR: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu OSCAR is provided by oscar package.
oscar is:
OSCAR is a Free Software, cross platform research tool for exploring data produced by CPAP (Continuous Positive Airway Pressure) machines, and related equipment, which are used in the treatment of sleep apnea and other sleep disorders.
OSCAR is a derivative of SleepyHead version 1.1.0, created when that was abandoned by Mark Watkins.
To fix this problem, we can install more using the command below.
sudo apt-get -y install oscar
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install oscar.
sudo apt -y install oscar
Or if you have aptitude installed you can use the following command.
sudo aptitude install oscar
Summary
In this tutorial we learn how to fix OSCAR command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.