维护macports软件包时,我更喜欢在用新软件包替换旧软件包时删除它们。但是,随着时间的推移,随着软件包的升级,您最终会遇到以下问题:
$ sudo port uninstall -f postgresql83
---> The following versions of postgresql83 are currently installed:
---> postgresql83 @8.3.3_0
---> postgresql83 @8.3.7_0
---> postgresql83 @8.3.8_1 (active)
Error: port uninstall failed: Registry error: Please specify the full version as recorded in the port registry.
是否有macports命令可一次删除软件包的所有版本?