lyricue command not found

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

Introduction

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

lyricue: command not found

or when using sudo you get the following error message

sudo: lyricue: command not found

Solutions to lyricue: command not found

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

In Ubuntu lyricue 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 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.