slgui command not found

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

Introduction

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

slgui: command not found

or when using sudo you get the following error message

sudo: slgui: command not found

Solutions to slgui: command not found

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

In Ubuntu slgui is provided by sooperlooper package.

sooperlooper is:

SooperLooper is a live looping sampler capable of immediate loop recording, overdubbing, multiplying, reversing and more. It allows for multiple simultaneous multi-channel loops limited only by your computer’s available memory.

The application is a standalone JACK client with an engine controllable via OSC and MIDI. It also includes a GUI which communicates with the engine via OSC (even over a network) for user-friendly control on a desktop.

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

sudo apt-get -y install sooperlooper

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

You can also use apt command to install sooperlooper.

sudo apt -y install sooperlooper

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

sudo aptitude install sooperlooper

Summary

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