after I installed a package with pear, i would like to know what files this package installed. how can i check that?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you installed the package via the pear installer (for example with “pear install package-name” at the command line), then you just need to do:
It will also tell you what type of files they are (test scripts, documentation, data etc.)
If the package is from a different channel than pear.php.net, prefix the package name with the channel name and
/: