Error message:
WARNING: Net::DBus::GLib is missing --> Ubuntu One support will be disabled!
WARNING: Image::ExifTool is missing --> writing Exif information will be disabled!
Can't locate Pod/Usage.pm in @INC (@INC contains: /usr/share/shutter/resources/modules /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/shutter/resources/modules/Shutter/App/Options.pm line 36.
BEGIN failed--compilation aborted at /usr/share/shutter/resources/modules/Shutter/App/Options.pm line 36.
Compilation failed in require at /usr/bin/shutter line 151.
How to fix it?
This is fixed specifically by running in a terminal
sudo apt-get install libnet-dbus-glib-perl
This is fixed specifically by running
sudo apt-get install libimage-exiftool-perl
The error about Line 151 means that you are missing a Shutter perl module (or it can't be found for some other reason) and not just missing a required library. Line 151 requires Options.pm, which on my 12.10 system (sorry, I don't have a 12.04 install handy right now) is at
/usr/share/perl5/Shutter/App/Options.pm
You may want to try purging and doing a fresh install of Shutter. In a terminal:
and then
Its look like some packages are missing , these are the required packages for Ubuntu 12.04 installation.
Open your terminal and type as
then try again.