Take a screen shot in Linux

Hi

if you want to take a screen shot in Linux you can use "gnome-screenshot" app.

~$ sudo apt update
~$ sudo apt install gnome-screenshot

now whenever you want to take a screenshot from whole screen just type:

~$ gnome-screenshot

if you want to take screen shot from an area add -a option:

~$ gnome-screenshot -a

if you want to take screen shot in interactive mode add -i option:

~$ gnome-screenshot -i
interactive mode
interactive mode
ask where to save on interactive mode
ask where to save on interactive mode


my Linux is ubuntu but it works on fedora too (debian & redhat distributions).

I hope it helps you :)