Installing Perl modules from the OS vendor - video
installing-modules-from-the-os-vendor
Vendors: Debian, Ubuntu Fedora, Red Hat
$ aptitude search www-mechanize | grep perl $ sudo aptitude install libwww-mechanize-perl
$ yum search Mechanize | grep perl $ sudo yum install WWW-Mechanize
ActivePerl
ppm install WWW::Mechanize
Published on 2015-08-10
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post