Hello,
I am trying to install SHUTTER!
None of the repos seem to work.
RPM Perl deps fail.
Build studio?
Has anyone installed shutter?
Hello,
I am trying to install SHUTTER!
None of the repos seem to work.
RPM Perl deps fail.
Build studio?
Has anyone installed shutter?
Hi
In openSUSE we use zypper as this will pull in the required dependencies, eg;
zypper in <some_rpm>
In your case some of the perl modules may not exist in Leap looking at the ‘Requires’ here;
https://build.opensuse.org/package/binary/X11:Utilities/shutter?arch=x86_64&filename=shutter-0.93.1-63.1.noarch.rpm&repository=openSUSE_Leap_42.1
Therefore you need to add an additional repository;
zypper ar -f http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/ "devel:languages:perl"
zypper ref
zypper in <some_rpm>
zypper ar -f http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_42.1/ "devel:languages:perl"
zypper ref
zypper in shutter
It worked for me!! Thank you very much Malcolm
That is, why I build it in my own /home Repo…