我最近通过Mac终端安装了带有MacPorts的Inkscape
"sudo端口安装inkscape“
在搜索和下载依赖项的过程中,打印了许多这种类型的注释:
######################################################################
# As MacPorts does not currently have a post-deactivate hook,
# you will need to ensure that you manually remove the catalog
# entry for this port when you uninstall it. To do so, run
# "xmlcatmgr remove nextCatalog /opt/local/share/xsl/docbook-xsl/catalog.xml".
######################################################################谁能告诉我这条信息是什么意思?我不明白短语“确保卸载时手动删除此端口的目录条目”中的“它”指的是什么。
'it‘指的是'this port’吗?如何卸载端口?大多数情况下:何时必须使用提供的命令手动删除目录条目?
另外,什么是目录项?这是我输入"sudo port search inkscape“时出现的吗?
我是一名MacPorts install n00b。非常感谢您的宝贵时间。
发布于 2009-09-08 19:46:37
这只是意味着,如果您删除了发出此消息的包,则必须手动执行消息的最后一行。
https://stackoverflow.com/questions/1377263
复制相似问题