Use shutter as screenshot tool or advise another app

In the past I used a linux distribution which is called SolydX. It is debian based as well and I used an application called “Shutter” to easily take screenshots and edit them further (mark something in the screenshot, add arrows, etc.).

So now after installing shutter on PureOS the edit button is somehow disabled. I found this page: https://www.ostechnix.com/enable-edit-option-shutter-application-linux/
which told me that I need the package: libgoo-canvas-perl

Unfortunately this package is not available in the PureOS repos.

apt-get install libgoo-canvas-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libgoo-canvas-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgoo-canvas-perl' has no installation candidate

Any advice how to safely install it and keep it up to date?
Or is there any simple screenshot taking and editing application you can recommend which I can use instead (sure gimp works somehow as well for such tasks, but it is not as specific and simple for the the things I mentioned)?

Thanks in advance.

So since PureOS is based on Debian testing, anything in the Debian testing repo (with the exclusion of non-free software and contrib) is going to in the repo. It looks like libgoo-canvas-perl is not included in the Debian testing repos from the Debian website, so therefore it isn’t in the PureOS repo. Either you’ll have to wait for the package to pass through sid and into testing where it will be added into PureOS, or you could take a gamble and install the stable (stretch) .deb of the package and hope it works.

There are a lot of dependencies I don’t want (or at least I don’t like) to resolve in my own. :-/

dpkg -i libgoo-canvas-perl_0.06-2+b3_amd64.deb
Selecting previously unselected package libgoo-canvas-perl.
(Reading database ... 234625 files and directories currently installed.)
Preparing to unpack libgoo-canvas-perl_0.06-2+b3_amd64.deb ...
Unpacking libgoo-canvas-perl (0.06-2+b3) ...
dpkg: dependency problems prevent configuration of libgoo-canvas-perl:
 libgoo-canvas-perl depends on perlapi-5.24.1; however:
  Package perlapi-5.24.1 is not installed.
 libgoo-canvas-perl depends on libgoocanvas3 (>= 0.15); however:
  Package libgoocanvas3 is not installed.
 libgoo-canvas-perl depends on libextutils-depends-perl; however:
  Package libextutils-depends-perl is not installed.
 libgoo-canvas-perl depends on libextutils-pkgconfig-perl; however:
  Package libextutils-pkgconfig-perl is not installed.

dpkg: error processing package libgoo-canvas-perl (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.6.1-4) ...
Errors were encountered while processing:
 libgoo-canvas-perl