perl - installing texinfo on redhat centos 7 ppc64 -
i new redhat , install r-devel
.
i tried install using following command:
yum install r-devel
but leads first error below...
i on centos 7 ppc64 architecture...
i have got point of needing install texinfo-tex
, lapack-devel
, blas-devel
. please see below:
error: package: r-core-devel-3.1.3-1.el7.ppc64 (epel) requires: texinfo-tex error: package: r-core-devel-3.1.3-1.el7.ppc64 (epel) requires: lapack-devel error: package: r-core-devel-3.1.3-1.el7.ppc64 (epel) requires: blas-devel >= 3.0
yum install texinfo-tex
not seem work says no package texinfo-tex available
.
so downloaded .rpm , used following command...to try , install it
su -c 'rpm -uvh texinfo-5.2-7.fc22.ppc64.rpm'
with following error
warning: texinfo-5.2-7.fc22.ppc64.rpm: header v3 rsa/sha1 signature, key id xxxxxx:nokey error: failed dependencies: perl(unicode::eastasianwidth) needed texinfo-5.2-7.fc22.ppc64
so try , install dependency perl(unicode::eastasianwidth)
again trying download , try , install it...
su -c 'rpm -uvh perl-unicode-eastasianwidth-1.33-4.fc22.noarch.rpm' warning: perl-unicode-eastasianwidth-1.33-4.fc22.noarch.rpm: header v3 rsa/sha1 signature, key id xxxxx: nokey error: failed dependencies: perl(:module_compat_5.20.0) needed perl-unicode-eastasianwidth-1.33-4.fc22.noarch
so tried install perl
using following:
su -c 'rpm -uvh perl-5.20.1-314.fc22.ppc64.rpm'
but got more dependecy checks....i feel isn't right...am missing something...
i have installed perlbrew
check perl versions result
perlbrew available # perl-5.21.10 perl-5.20.2 perl-5.18.4 perl-5.16.3 perl-5.14.4 perl-5.12.5 perl-5.10.1 perl-5.8.9 perl-5.6.2 perl5.005_04 perl5.004_05 perl5.003_07
any appreciated....
try command root user:
yum localinstall texinfo-5.2-7.fc22.ppc64.rpm
Comments
Post a Comment