Page 1 of 1

[SOLVED]Perl, h2xs and Mageia 4

PostPosted: Jul 16th, '14, 08:42
by amphyby
Good morning/afternoon/evening guys!
Just installed ur linux distro after long time choosing between well-known for me ubuntu.
one of the most disappointments was lots of removed Perl staff. and i dont even know how to install it.( i dont want to start installing perl from 0 in my home directory)
can u tell me, what package should i install to find h2xs on my computer working??

Re: Perl, h2xs and Mageia 4

PostPosted: Jul 16th, '14, 12:16
by jkerr82508
$ urpmf h2xs
perl:/usr/share/man/man1/h2xs.1.xz
perl-devel:/usr/bin/h2xs
You need to install perl-devel

Jim

Re: Perl, h2xs and Mageia 4

PostPosted: Jul 16th, '14, 20:00
by doktor5000
For clarification, what do you mean by "lots of removed perl stuff" when you just installled Mageia?

Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks

Re: Perl, h2xs and Mageia 4

PostPosted: Jul 16th, '14, 21:11
by amphyby
Didnt want to be rude. But it rly feels like u threw away like a half of perl distributive, if there isn't even h2xs - one of the most popular way for creating new modules for CPAN.
And... I beleive mongers^_^
https://www.perlmonks.org/?node_id=1093781
I will mark it as "Solved" as soon as:
1) I find this buttom here=)
2) I will get how can i get the full Perl destribution in M4

Re: [SOLVED]Perl, h2xs and Mageia 4

PostPosted: Jul 16th, '14, 22:53
by doktor5000
Please mark the thread accordingly by editing the topic of the first post and prefix it by [SOLVED], thanks

What is your definition of a full perl distribution? If you want a local copy of the whole of CPAN, then either create a local mirror, or use minicpan, or something else from http://www.cpan.org/misc/how-to-mirror.html

If you simply want to install all >3000 perl modules/packages that are available via Mageia repositories, you can use something like
Code: Select all
urpmi $(urpmf --name ^perl | sort -u)