lyricue_remote command not found

In this troubleshooting guide we learn how to fix lyricue_remote command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

lyricue_remote: command not found

or when using sudo you get the following error message

sudo: lyricue_remote: command not found

Solutions to lyricue_remote: command not found

How To Fix lyricue_remote: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu lyricue_remote is provided by lyricue package.

lyricue is:

This application is used to edit/display song lyrics on a second screen/projector for use at singing events such as church services. Features * User access controls * Networkable (ie run interface and server on different machines) * Multiple Playlists * Copyright info for songs * Automatic Page advance * Re-orderable playlist * Playlist entries to change background * All songs kept in a database and so screens are dynamically generated, allowing you to easily change the backdrop, font etc without having to change all the songs * Can automatically create screens for bible verses * Quick searching for songs

To fix this problem, we can install more using the command below.

sudo apt-get -y install lyricue

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install lyricue.

sudo apt -y install lyricue

Or if you have aptitude installed you can use the following command.

sudo aptitude install lyricue

Summary

In this tutorial we learn how to fix lyricue_remote command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.