openlp command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
openlp: command not found
or when using sudo you get the following error message
sudo: openlp: command not found
Solutions to openlp: command not found
How To Fix openlp: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu openlp is provided by openlp package.
openlp is:
OpenLP is free church presentation software, or lyrics projection software, used to display slides of songs, Bible verses, videos, images, and even presentations for church worship using a computer and a data projector.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openlp
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openlp.
sudo apt -y install openlp
Or if you have aptitude installed you can use the following command.
sudo aptitude install openlp
Summary
In this tutorial we learn how to fix openlp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.