previousWriting/Generating the package.xml (Previous) (Next) Using Pyrus, the PEAR Installer for PHP 5.3+next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Dutch | French | German | Hungarian | Polish | Russian | Spanish | Turkish

Testing that the package works - install it

The best way to test that your meta package works is to uninstall at least one of the packages that is a dependency of it, then [re]install your meta package.


    $ pear uninstall PHP_CodeSniffer
    $ pear install -f package.xml

Installing the meta package here should result in the dependency, PHP_CodeSniffer, being installed also.

Check this using pear list.


    $ pear list

previousWriting/Generating the package.xml (Previous) (Next) Using Pyrus, the PEAR Installer for PHP 5.3+next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.