ocp-curses command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ocp-curses: command not found
or when using sudo you get the following error message
sudo: ocp-curses: command not found
Solutions to ocp-curses: command not found
How To Fix ocp-curses: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ocp-curses is provided by opencubicplayer package.
opencubicplayer is:
This is a port of the Open Cubic Player to UNIX from DOS. Provides a nice textbased frontend, with some few optional features in graphical. Plays modules, sids, wave, audio CD, midi, ogg, flac, adlib, mp3, ahx, hvl, and ym.
To fix this problem, we can install more using the command below.
sudo apt-get -y install opencubicplayer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install opencubicplayer.
sudo apt -y install opencubicplayer
Or if you have aptitude installed you can use the following command.
sudo aptitude install opencubicplayer
Summary
In this tutorial we learn how to fix ocp-curses command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.