It’s quite unexpected that in Arch Linux’s package database I couldn’t find Shutter, which is generally available in other Linux distributions. Although, it’s still possible to install Shutter in Arch.
First I use pacaur
as my AUR helper. Installation of pacaur
can refer to this. Then it’s quite easy to get Shutter installed because it’s in AUR already(thanks heaps).
pacaur -S perl-goo-canvas shutter
The package perl-goo-canvas is needed when I want to edit screenshots, eg. adding text, etc…
🙂