Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Ubuntu 18.04 - Enable Edit In Shutter

Steps

Run the following script to download and install the necessary packages to get edit working in shutter.

wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas-common_1.0.0-1_all.deb
sudo dpkg -i libgoocanvas-common_1.0.0-1_all.deb

wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoocanvas3_1.0.0-1_amd64.deb
sudo dpkg -i libgoocanvas3_1.0.0-1_amd64.deb

sudo apt-get install libextutils-depends-perl -y

wget https://launchpad.net/ubuntu/+archive/primary/+files/libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb
sudo dpkg -i libgoo-canvas-perl_0.06-2ubuntu3_amd64.deb

# kill and relaunch shutter
sudo killall shutter

sudo apt update
sudo apt --fix-broken install -y

shutter &

References

Last updated: 10th October 2021
First published: 12th October 2018

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch