Shutter is a screenshot application written in perl. You can take a screenshot of a specific area, window, your whole screen, or even of a website. You can apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window.
Install shutter tool :
Some libs are missing as this package is not updated in ages and removed from version 18.04 LTS. Steps to install the libraries are :
Install shutter tool :
$ sudo apt update
$ sudo apt install shutterEnabling Image Editing tool :
Some libs are missing as this package is not updated in ages and removed from version 18.04 LTS. Steps to install the libraries are :
 $ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
 $ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
 $ wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
 $ sudo dpkg -i *.deb
 $ sudo apt --fix-broken install
 
