【问题标题】:How to complete reinstalll phpunit using Synaptic如何使用 Synaptic 完成重新安装 phpunit
【发布时间】:2014-05-27 23:42:52
【问题描述】:

我使用的是 ubuntu 12.04 64 位操作系统,我已经安装了 phpunit,但没有正确安装。我想从我的 PC 中完全删除 phpunit 及其所有 pear 包并重新安装它。一些命令行帮助。

【问题讨论】:

    标签: phpunit 64-bit ubuntu-12.04 pear


    【解决方案1】:

    你可以通过pear卸载试试

    sudo pear uninstall phpunit/PHPUnit
    

    你也可以删除它所有的依赖:

    sudo pear uninstall phpunit/PHPUnit
    sudo pear uninstall phpunit/DbUnit
    sudo pear uninstall phpunit/PHP_CodeCoverage
    sudo pear uninstall phpunit/File_Iterator
    sudo pear uninstall phpunit/Text_Template
    sudo pear uninstall phpunit/PHP_Timer
    sudo pear uninstall phpunit/PHPUnit_MockObject
    sudo pear uninstall phpunit/PHPUnit_Selenium
    sudo pear uninstall pear.symfony-project.com/YAML
    

    【讨论】:

      猜你喜欢
      • 2017-04-04
      • 2012-02-03
      • 1970-01-01
      • 2014-09-10
      • 2016-02-21
      • 2012-09-14
      • 2013-08-03
      • 2013-09-12
      • 1970-01-01
      相关资源
      最近更新 更多