Hello,
I am trying to install
Config::General
Tie::IxHash
Parallel::ForkManager
packages in Perl for using SVDetect. I am completely unknown to Perl. But I need to use that package.can someone help me?
Hello,
I am trying to install
Config::General
Tie::IxHash
Parallel::ForkManager
packages in Perl for using SVDetect. I am completely unknown to Perl. But I need to use that package.can someone help me?
You may have to su to root to install the package (Or you may want to run something like o conf make_install_make_command 'sudo make' to raise your permissions.Warning (usually harmless): 'YAML' not installed, will not store persistent state
Failed during this command:
EXODIST/Test-Simple-1.302098.tar.gz : install NO
RJBS/Carp-1.38.tar.gz : install NO
DAGOLDEN/Sub-Uplevel-0.2800.tar.gz : install NO
BIGJ/Test-Warn-0.32.tar.gz : install NO
YANICK/Parallel-ForkManager-1.19.tar.gz : install NO
I got this error when I tried.
You should also try with yum install
to install the perl packages
like yum install perl-Parallel-ForkManager-1.190.0-1.mga7.noarch
yum install perl-Tie-IxHash-1.230.0-6.mga6.noarch
yum install perl-Config-General-2.630.0-1.mga7.noarch
Note: you need to have root permission to install these packages unless installing in local dir. If the package name is not correct you can search the package repo by keywords.
Thank you.
I get following error::
yum install perl-Parallel-ForkManager-1.190.0-1.mga7.noarch Loaded plugins: refresh-packagekit, rhnplugin, security Note Red Hat Network repositories are not listed below. You must run this command as root to access RHN repositories. You need to be root to perform this command.
I do not have root access.
You can use capnm
to install the Perl packages.
You can type following command on window, Linux, Mac terminal to install cpanm
cpan App::cpanminus
After installing cpanm
use follwing command to install Perl modules,
cpanm Config::General
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I have cpan installed