【发布时间】:2013-08-25 08:39:32
【问题描述】:
我正在尝试卸载旧的 sql,以便安装新的。我正在关注this 的帖子,但停留在launchctl unload。
[~/Library/LaunchAgents]$ lscom.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
com.mysql.mysqld.plist
com.facebook.videochat.ava.plist
homebrew.mxcl.postgresql.plist
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
launchctl: Couldn't stat("/Users/ava/Library/LaunchAgents/homebrew.mxcl.postgresql.plist"): No such file or directory
nothing found to unload
为什么找不到文件?
【问题讨论】:
-
不应该是
launchctl unload homebrew.mxcl.postgresql -
我是从主目录运行的。
-
在你的 mac 中搜索 homebrew.mxcl.postgresql.plist 文件
-
@ParagBafna 位置显示在问题中,没有问题。
-
Couldn't stat("/Users/ava/Library/LaunchAgents/homebrew.mxcl.postgresql.plist"): 没有这样的文件或目录找不到卸载
标签: mysql macos homebrew uninstallation launchd