[CentOS] Replacement web server time - catalog CPAN and PEAR installs

Thu Jun 28 20:16:27 UTC 2018
Philipoff, Andrew <Andrew.Philipoff at ucsf.edu>

> I'm looking to replace an OLD Fedora web server with a Centos 7 one.  I'm
> currentlly in the process of documenting what is on the server ready to install
> the new one.
> 
> While most things have been done with RPMs, some installs have had to be
> done via CPAN for Perl and PEAR for PHP.
> 
> Is there a way of getting a list of everything that has been installed using
> these tools?

Try running "pear list -a > pear_list.txt" to get a list of install PEAR modules.

Andrew