Welcome, Guest
Username Password: Remember me

How to identify which perl module has been installed.
(1 viewing) (1) Guest
Perl Script
  • Page:
  • 1

TOPIC: How to identify which perl module has been installed.

How to identify which perl module has been installed. 9 months, 2 weeks ago #710

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3427
  • Karma: 0
  • Honor Medal 2009
How to identify which perl module has been installed.

Re: How to identify which perl module has been installed. 9 months, 2 weeks ago #711

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44562
  • Karma: 4
  • Honor Medal 2009
rmp -qa | grep perl
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar

Re: How to identify which perl module has been installed. 9 months, 1 week ago #713

I tired this command at ubuntu but got error.

rmp -qa | grep perl
No command 'rmp' found, but there are 20 similar ones
rmp: command not found

DO we need to install rmp package?

Regards,
Puneet

Re: How to identify which perl module has been installed. 8 months, 3 weeks ago #716

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44562
  • Karma: 4
  • Honor Medal 2009
Hi Puneet,

I guess ubuntu support .deb package manager by default..

you need to have RPM installed. May be following URL should help you out?
embraceubuntu.com/2005/09/23/installing-using-an-rpm-file/
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar

Re: How to identify which perl module has been installed. 8 months, 2 weeks ago #717

  • shiva_subdp
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Points: 14
  • Karma: 0
Hi,
rpm or dpkg commands not to be used for listing perl modules as there are possibilities that the Perl modules are installed by downloading from CPAN web or using cpan commands.

To list perl modules -
On windows/*nix use the command: "instmodsh" (check the documentation : perldoc -i instmodsh)

If you are using Active Perl distribution you can try the command "ppm list"

Regards,
Shiva
  • Page:
  • 1
Time to create page: 1.23 seconds

     
    
Home Forum