glurp command not found

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

Introduction

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

glurp: command not found

or when using sudo you get the following error message

sudo: glurp: command not found

Solutions to glurp: command not found

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

In Ubuntu glurp is provided by glurp package.

glurp is:

glurp is a GTK+ frontend to the MPD music daemon. It features:

  • Playlist support with id3 tags display.
  • Password-protected connection to MPD.
  • Easy switching of MPD’s audio output device.
  • Easy operations with MPD’s database/playlists/streams.

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

sudo apt-get -y install glurp

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

You can also use apt command to install glurp.

sudo apt -y install glurp

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

sudo aptitude install glurp

Summary

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