gmpc command not found

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

Introduction

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

gmpc: command not found

or when using sudo you get the following error message

sudo: gmpc: command not found

Solutions to gmpc: command not found

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

In Ubuntu gmpc is provided by gmpc package.

gmpc is:

A graphical client for Music Player Daemon. Features include:

  • Support for loading/saving playlists
  • File Browser
  • Browser based on ID3 information
  • Search
  • Current playlist viewer with search
  • ID3 Information
  • Cover art (via plugins)

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

sudo apt-get -y install gmpc

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

You can also use apt command to install gmpc.

sudo apt -y install gmpc

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

sudo aptitude install gmpc

Summary

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