plug command not found

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

Introduction

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

plug: command not found

or when using sudo you get the following error message

sudo: plug: command not found

Solutions to plug: command not found

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

In Ubuntu plug is provided by mustang-plug package.

mustang-plug is:

PLUG was originally created as a Linux replacement for Fender FUSE software for Fender Mustang guitar amplifier. Its Qt4-based graphical interface allows one to control the amplifier and effect stages of all Mustang amplifiers from I to V.

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

sudo apt-get -y install mustang-plug

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

You can also use apt command to install mustang-plug.

sudo apt -y install mustang-plug

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

sudo aptitude install mustang-plug

Summary

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