Perl PPM Manager - perl

I am running Windows 7 x64 bit OS and I am having trouble installing any packages through PPM Manager. For example, it's saying:
MIME-Base64 marked for install
Installing package ...
Downloading MIME-Base64-3.13 ... not found
Installing package failed
ERROR: 404 Not Found
This happens when I try to install any package. What could it be?

Related

gtkplugin.h: no such file or directory [centos 8]?

Fatal error: gtkplugin.h: no such file or directory
I am trying to use make to install plugin for pidgin on centos 8 we have seen the above error.
Even after installing gtk,gtk2/3 devel packages we couldn't get the headfile.
The problem is with centos 8 distribution since there is no pidgin-devel package by default yum installation. So with the use of dnf command and enabling powertools we can install it by using the below command:
dnf --enablerepo=powertools install pidgin-devel
Please refer the link

Unable to Install SOAP LITE

I've tried to install SOAP::Lite from the Active State's repository but it
gave the following error:
ppm install SOAP-Lite
ppm install failed: Can't find any package that provides SOAP-Lite
I read somewhere on Apache dependency but not sure if that is correct. I am using perl version 5.26.3 on windows 7
Regards

ppm.bat install failed: Can't find any package that provides GD-Graph3d

Getting an exception while installing Perl package through below command. Running Perl 5.26 on Windows 10.
ppm install GD-Graph3d
ppm.bat install failed: Can't find any package that provides GD-Graph3d
The ActiveState build for GD::Graph3d fails since Perl 5.24. See also the patch that ActiveState try to apply. Maybe you can install the module by using the cpan tool instead?
cpan GD::Graph3d

How can I install the perl-RRD-Simple package on CentOS 7?

I'm trying to install TSung on CentOS 7, but I'm having trouble installing the dependencies.
When I tried to install perl-RRD-Simple.noarch, yum shows no package available. So I downloaded an RPM file and did:
rpm -ivh perl-RRD-Simple-1.43-1.el5.rf.noarch.rpm
But I got an error:
error: Failed dependencies:
perl(RRDs) is needed by perl-RRD-Simple-1.43-1.el5.rf.noarch
How can I install the perl-RRD-Simple package? RRDtool is already installed.
RRD::Simple depends on RRDs.pm, the Perl bindings for RRDtool. RRDs.pm is in the rrdtool-perl package; on CentOS 7, rrdtool-perl is in the base repo, so you can just do:
yum install rrdtool-perl
You'll also need to find a different perl-RRD-Simple RPM, since perl-RRD-Simple-1.43-1.el5.rf.noarch.rpm is for EL5. The only one I can find for EL7 is here.
Alternatively, you can build your own RPM.

ppm install failed: The PPD does not provide code to install for this platform

I need to install Win32-GuiTest. I downloaded the package from http://sourceforge.net/projects/winguitest/, but when I try to run
PPM> install C:\temp\win32-guitest.ppd
it is saying
ppm install failed: The PPD does not provide code to install for this platform
Can anybody tell how to install a module or package in Perl in Windows?
As of now, ActiveState isn't able to build Win32-GuiTest for stable releases of Perl. Add the Bribes repository instead, instructions are there.