flameshot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
flameshot: command not found
or when using sudo you get the following error message
sudo: flameshot: command not found
Solutions to flameshot: command not found
How To Fix flameshot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu flameshot is provided by flameshot package.
flameshot is:
Flameshot is a powerful yet simple-to-use screenshot software. Notable features include customizable appearance, in-app screenshot editing, D-Bus interface, experimental GNOME/KDE Wayland support, integration with Imgur and support for both GUI and CLI interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install flameshot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install flameshot.
sudo apt -y install flameshot
Or if you have aptitude installed you can use the following command.
sudo aptitude install flameshot
Summary
In this tutorial we learn how to fix flameshot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.