I am trying to install shutter. I have Linux Mint 17.3 and install it as:
sudo apt-get install shutter
But when I run it after installation I get error:
Can't locate Shutter/App/SimpleDialogs.pm in @INC
What do I miss?
I am trying to install shutter. I have Linux Mint 17.3 and install it as:
sudo apt-get install shutter
But when I run it after installation I get error:
Can't locate Shutter/App/SimpleDialogs.pm in @INC
What do I miss?
This programm put its library into
/usr/share/perl5/. So to use it you should setupPERL5LIBenv variable to that folder. In my.bashrcI do: