glyrc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
glyrc: command not found
or when using sudo you get the following error message
sudo: glyrc: command not found
Solutions to glyrc: command not found
How To Fix glyrc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu glyrc is provided by glyrc package.
glyrc is:
Glyr is a library to retrieve music-related metadata from several online providers (Amazon, Discogs, Musicbrainz…).
It can be used in media player programs to download cover art, lyrics, biography and much more.
This package contains a command-line interface to the library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install glyrc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install glyrc.
sudo apt -y install glyrc
Or if you have aptitude installed you can use the following command.
sudo aptitude install glyrc
Summary
In this tutorial we learn how to fix glyrc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.