If you are looking for a cross-platform CLI (Linux, OSX, Windows), consider my whichpm utility ; eg:.
# Locate the Data::Dumper module, and also print # version information and core-module status. $ whichpm -v Data::Dumper Data::Dumper 2.145 core>=5.005 /usr/lib/perl/5.18/Data/Dumper.pm
It can also detect random duplicates and list all installed modules.
If you have Node.js / io.js installed, you can install it from the npm registry:
[sudo] npm install whichpm -g
Manual installation instructions and more see repo ; here is a direct link to the link the latest version (will remain relevant).
mklement0 Sep 02 '15 at 14:38 2015-09-02 14:38
source share