简体   繁体   中英

Library is missing when run 'shutter'

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 setup PERL5LIB env variable to that folder. In my .bashrc I do:

export PERL5LIB="/usr/share/perl5/:${PERL5LIB}"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM