muse_plugin_scan command not found
In this troubleshooting guide we learn how to fix muse_plugin_scan command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
muse_plugin_scan: command not found
or when using sudo you get the following error message
sudo: muse_plugin_scan: command not found
Solutions to muse_plugin_scan: command not found
How To Fix muse_plugin_scan: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu muse_plugin_scan is provided by muse package.
muse is:
MusE is a MIDI/audio sequencer with recording and editing capabilities. Some Highlights:
- Standard midifile (smf) import-/export.
- Organizes songs in tracks and parts which you can arrange with the part editor.
- MIDI editors: pianoroll, drum, list, controller.
- Score editor with high quality postscript printer output.
- Realtime: editing while playing.
- Unlimited number of open editors.
- Unlimited undo/redo.
- Realtime and step-recording.
- Multiple MIDI devices.
- Unlimited number of tracks.
- Sync to external devices: MTC/MMC, Midi Clock, Master/Slave.
- Audio tracks, LV2/DSSI/LADSPA host for master effects.
- Multithreaded.
- Uses raw MIDI devices.
- XML project file.
- Project file contains complete app state (session data).
- Application spanning Cut/Paste Drag/Drop.
To fix this problem, we can install more using the command below.
sudo apt-get -y install muse
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install muse.
sudo apt -y install muse
Or if you have aptitude installed you can use the following command.
sudo aptitude install muse
Summary
In this tutorial we learn how to fix muse_plugin_scan command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.