grimshot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
grimshot: command not found
or when using sudo you get the following error message
sudo: grimshot: command not found
Solutions to grimshot: command not found
How To Fix grimshot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu grimshot is provided by grimshot package.
grimshot is:
grimshot is a shell helper for creating screenshot in sway. It uses the grim screenshot utility some other small tools like slurp, wl-copy and jq.
To fix this problem, we can install more using the command below.
sudo apt-get -y install grimshot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install grimshot.
sudo apt -y install grimshot
Or if you have aptitude installed you can use the following command.
sudo aptitude install grimshot
Summary
In this tutorial we learn how to fix grimshot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.