I have downloaded PAC Manager but when I try to do yum install on it, I get dependency errors at the end:
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Gnome2::GConf)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Gtk2::GladeXML)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl-Crypt-Blowfish
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl(Net::ARP)
Error: Package: pac-4.5.5.5-2.x86_64 (/pac-4.5.5.5-2.x86_64)
Requires: perl-IO-Stty
I have no idea how to satisfy these dependencies, as those are not available in my repositories (list below). I haven't found any working solution over the network.
I tried solution from the last post in this CentOS forum thread, but I am unable to install Pango under cpan with following error:
Pre-requisites not found:
Can't locate Cairo.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 11) line 1.
BEGIN failed--compilation aborted at (eval 11) line 1.
Please install them manually.
No 'Makefile' created XAOC/Pango-1.226.tar.gz
/usr/bin/perl Makefile.PL -- NOT OK
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
Could not read metadata file. Falling back to other methods to determine prerequisites
Failed during this command:
XAOC/Pango-1.226.tar.gz : writemakefile NO -- No 'Makefile' created
Which I don't know how to solve.
I also tried to install via cpan packages from Perlmonks.
When I omitted Pango and tried Gtk2 it said, that missing dependencies are Pango and Glib. I had no error during Glib installation via cpan.
I have following repositories:
repo id repo name status
adobe-linux-x86_64 Adobe Systems Incorporated 2
atrpms/7/x86_64 Red Hat Enterprise Linux 7 - x86_64 - ATrpms 827
base/7/x86_64 CentOS-7 - Base 8,652
centosplus/7/x86_64 CentOS-7 - Plus 43
elrepo ELRepo.org Community Enterprise Linux Reposit 150
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_6 8,305
extras/7/x86_64 CentOS-7 - Extras 149
gf/x86_64 Ghettoforge packages that won't overwrite cor 91
google-chrome google-chrome 3
nux-dextop/x86_64 Nux.Ro RPMs for general desktop use 1,962
remi Les RPM de remi pour Enterprise Linux 7 - x86 2,112
remi-debuginfo/x86_64 Les RPM de remi pour Enterprise Linux 7 - x86 784
remi-php55 Les RPM de remi de PHP 5.5 pour Enterprise Li 299
remi-php55-debuginfo/x86_64 Les RPM de remi de PHP 5.5 pour Enterprise Li 199
remi-php56 Les RPM de remi de PHP 5.6 pour Enterprise Li 302
remi-php56-debuginfo/x86_64 Les RPM de remi de PHP 5.6 pour Enterprise Li 200
remi-safe Safe Remi's RPM repository for Enterprise Lin 131
remi-test Les RPM de remi en test pour Enterprise Linux 384
remi-test-debuginfo/x86_64 Les RPM de remi en test pour Enterprise Linux 116
rpmforge RHEL 7 - RPMforge.net - dag 245
updates/7/x86_64 CentOS-7 - Updates 967
virtualbox/7/x86_64 Oracle Linux / RHEL / CentOS-7 / x86_64 - Vir 8
I think I provided as much details as I could, but I will add any missing information, if I have missed any.
Because of lack of reputation, not all URLs are linked as URLs
EDIT:
After I satisfied Glib dependency: Test::ConsistentVersion, it installed fully and Gtk2 says only about Pango missing.
When I try to install Pango via cpan, it returns:
Running install for module 'Pango'
Running make for X/XA/XAOC/Pango-1.226.tar.gz
Has already been unwrapped into directory /root/.cpan/build/Pango-1.226-H8GEMA
No 'Makefile' created
, won't make
Running make test
Make had some problems, won't test
Running make install
Make had some problems, won't install
and nothing more, so I have no clue where should I go next.