slurp command not found

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

Introduction

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

slurp: command not found

or when using sudo you get the following error message

sudo: slurp: command not found

Solutions to slurp: command not found

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

In Ubuntu slurp is provided by slurp package.

slurp is:

slurp is a command-line utility to select a region from Wayland compositors which support the layer-shell protocol. It lets the user hold the pointer to select, or click to cancel the selection.

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

sudo apt-get -y install slurp

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

You can also use apt command to install slurp.

sudo apt -y install slurp

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

sudo aptitude install slurp

Summary

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