如何卸载一个梨包?
什么是卸载梨包的命令?
pear uninstall [options] [channel/]<package>
所以如果你想卸载PHPUnit
pear uninstall phpunit/PHPUnit
请注意:请记得使用sudo
否则您将无权卸载任何内容。
pear卸载package_name
你可以在这里阅读PHP食谱
如果你使用的是RPM Linux Distro,使用YUM很简单
如果你用YUM安装了PEAR包,你也可以用YUM卸载。
yum install php-pear-db
安装和
yum remove php-pear-db
去除。
– :附加: –
卸载命令将删除软件包并接受已安装软件包的列表作为参数删除。
插件必须使用-p或–plugin选项显式卸载。 插件安装在由plugins_dirconfigurationvariables指定的位置,默认位置与用户configuration文件所在位置相同($ HOME / .pear位于unix,\ pear位于windows)。
php pyrus.phar uninstall -p PEAR2_Pyrus_Developer