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
Writing/Generating the package.xml (Previous) Using Pyrus, the PEAR Installer for PHP 5.3+ (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.