Best Tools For Taking and Editing Screenshots in Linux
Deepin Scrot is a slightly advanced terminal-based screenshot tool. Similar to the others, you should already have it installed. If not, get it installed through the terminal by typing:
sudo apt-get install scrot
After having it installed, follow the instructions below to take a screenshot:
To take a screenshot of the entire screen:
scrot myimage.png
To take a screenshot of the selected aread:
scrot -s myimage.png