Tagged Questions
1
vote
2answers
467 views
Debian Wheezy and perl modules installed into /root not system
I have small problem cause everytime i issue
cpan YAML
or try to install any perl module it install's it inito /root/perl5 and with this any other user cannot use modules that I've installed as a ...
2
votes
2answers
245 views
how to apply this patch
There is a patch fix for perl module net::ssh2 it fixes a seg fault error that happens on some machines.
It's located here:
https://rt.cpan.org/Public/Bug/Display.html?id=36614
I downloaded the ...
6
votes
3answers
3k views
How can I install perldoc on Ubuntu?
Ubuntu 10.10 comes with Perl 5.10.1 pre-installed, but strangely enough perldoc isn't part of the package.
$ perldoc
You need to install the perl-doc package to use this program.
How can I make ...